一键导入
builder
Drive Claude Code build sessions inside a product folder. Enforces session discipline: read CLAUDE.md + scope.md first, log decisions after.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Drive Claude Code build sessions inside a product folder. Enforces session discipline: read CLAUDE.md + scope.md first, log decisions after.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Slice a goal into the smallest feature slices that can each be PROVEN — every slice ships with a named eval and an end-to-end test, and a slice you can't evaluate or test doesn't get selected. Use after the goal is set and before the spec, so only provable features make the build.
Guided, stateful provisioning of a product's production stack — deep-links, key-format validation, a secrets backend (fnox recommended, or user-touched .env.local), a resumable ledger, CLI automation after signup, and a blocking A1–A10 live gate. Hands off to /security-check → /ship. The walked version of SETUP.md.
Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.
Launch the factory's control plane — scaffold and fill FACTORY-ORDERS (weekly mandate + hard budget), STANDING-ORDERS (autonomous-program authority), HEARTBEAT (weekly pulse), and write lifecycle gates for every registered product. A deliberate one-time ritual (re-run to audit); invoke as /factory-launch, not auto-triggered.
One-shot a new product — folders, Next.js starter, product.config.json, CLAUDE.md, scope.md, PRD skeleton, SETUP.md checklist. The Lovable-like ignition.
Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.
| name | builder |
| description | Drive Claude Code build sessions inside a product folder. Enforces session discipline: read CLAUDE.md + scope.md first, log decisions after. |
User says: "let's build the X feature", "implement Y for product Z", "start the next session on linkedup"
You don't WRITE the code yourself — you drive the Claude Code session inside the product folder. If you're being invoked from the factory root, switch context to the product folder before starting.
products/<name>/decisions/ if any architectural choices were madeproducts/<name>/decisions/sessions.md (one paragraph: what was built, what was decided, what assumption was introduced)cd products/<name> (or its symlink target).CLAUDE.md to refresh architectural context.scope.md to verify the feature is in scope. If ambiguous → invoke scope-guardian first.decisions/ to know what's recently been decided.decisions/sessions.md with a one-paragraph entry.CLAUDE.md if the architecture changed (e.g. added a new dependency, new pattern, etc).stakes: high), and the change gets a security-reviewer pass before it ships. A "trivial" auth tweak is the classic trap; stakes beat convenience.any without a comment explaining whySkip plan-then-build for trivial changes (one-file, one-function tweaks). For anything multi-file: always plan first.
Per factory/playbooks/mvp-stage/agent-handoff-contracts.md:
CLAUDE.md, scope.md, and decisions/0001-architecture.md exist for the product, and the requested feature is inside scope.md (else scope-guardian first).architect first. Never build from chat context alone — that's exactly the re-derived-architecture drift the session protocol exists to prevent.decisions/ (if choices were made) + a decisions/sessions.md entry.factory/playbooks/mvp-stage/architecture-decisions.mdCLAUDE.md (most important)scope-guardian for new featurespnpm dev and claim "works" without actually loading the changed page in a browser when it's a UI change