원클릭으로
manifesto
Guide the creation of a product manifesto — vision, principles, and governing laws that shape all downstream decisions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guide the creation of a product manifesto — vision, principles, and governing laws that shape all downstream decisions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Enforces staged execution discipline on large tasks: a written stage plan, parallel delegation where the runtime supports it, a failable verification check at each stage, and a skeptical self-review before delivery. Trigger when the user explicitly asks ("do this thoroughly", "be systematic", "deep work mode") OR when the task objectively spans multiple files, multiple sources, or multiple sessions. Do NOT trigger on ordinary multi-step requests that a direct attempt handles fine.
Bootstrap project orchestration with beads task tracking.
Core engineering principles for implementation tasks
Create beads from a spec (full decomposition) or from user input (ad-hoc issues). Single entry point for all bead creation.
Dispatch the implementation supervisor for a bead task. Resolves the correct supervisor from the assignee field, checks branch state, and dispatches with full context.
QA finalization gate — validates spec conformity, runs tests/build/lint, produces a structured QA report. Auto-dispatches the supervisor for rework on FAIL. Last gate before human merge.
| name | manifesto |
| description | Guide the creation of a product manifesto — vision, principles, and governing laws that shape all downstream decisions. |
| user_invocable | true |
Guide the user through defining the product's vision, principles, and governing laws. The manifesto is the foundation that PRD, architecture, and all downstream documents reference.
Check if a manifesto already exists:
docs/MANIFESTO.md or MANIFESTO.mdIf a PRD already exists but no manifesto:
Guide the user through these sections:
Vision — What does this product exist to do? One sentence.
Principles — 3-7 guiding principles that shape every decision. Example: "GitHub stores, Rust computes — zero custom storage"
Governing Laws — Non-negotiable rules. If a design violates a law, the design is wrong. Example: "Every write invalidates and recomputes — consistency after mutations"
Out of Scope — What this product will never do. Explicit boundaries.
Write the manifesto to the agreed path using this structure:
# {Product Name} — Manifesto
**Status:** DRAFT | APPROVED
**Date:** {date}
## Vision
{one sentence}
## Principles
1. {principle} — {why}
2. ...
## Governing Laws
1. {law} — {consequence if violated}
2. ...
## Out of Scope
- {what this product will never do}
Iterate with the user until they approve
Update status to APPROVED