Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

spec

spec에는 suifei에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
3
Stars
5
업데이트
2026-07-10
Forks
1
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

build
소프트웨어 개발자

/build — Gate 1.5, the construction layer after /spec. It reads the authoritative SPEC.md (+ .spec/ gates, Decision Log, knowledge) and constructs the code from it, regenerating the design/tasks plan EPHEMERALLY each run (never enshrined as a source of truth, so it can't drift). It closes construction only when each targeted requirement's acceptance holds AND the load-bearing gates are green (probes re-run). On a spec-vs-reality conflict it stops and routes back to /spec — it never silently edits the spec. Default surface: propose-then-apply with checkpoints. Resumable.

2026-07-10
spec
소프트웨어 개발자

/spec — the project's process-management Gate 1. One repeatable command (like /init, but for the living specification). The AI plays an expert requirements-elicitation analyst that turns your vague idea into a clear, feasible spec: it clarifies the vague through investigation, reflects your idea back organized, offers better views, and reports what's closed-loop vs not. Investigation IS research: it reads the material you point at, searches its own knowledge, the web, the project's own data, skills and MCP, reasons it through, and runs probes to verify load-bearing truths — then drives every decision to closure and writes one authoritative, feasible SPEC.md. It resolves everything it can on its own and registers the reasoning; it asks you only about genuine forks that evidence can't settle, or when it found a better option than the one you proposed. Use /spec to define, refine, reconcile, or lock down what a project should be — before construction.

2026-07-10
yolo
소프트웨어 개발자

/yolo — the autonomous construct-to-green loop on top of /build (Gate 1.5). It schedules a recurring loop (Claude Code's /loop → CronCreate when available; otherwise an inline cycle) that keeps running /build in autonomous-to-green mode, code-reviews each round's diff, fixes the verified findings, and TERMINATES ITSELF (CronDelete) when no buildable work remains — or stops early and hands back to the human when it hits a genuine fork, a spec conflict, or two ticks with no progress. It changes /build's PACE, never its RULES: SPEC.md stays authoritative, done = acceptance + green gates, conflicts still route to /spec. Use /yolo when you've reviewed the spec, trust the gates, and want construction to just run to green without babysitting each checkpoint.

2026-07-10