name: init-project description: Initialize a complete project from scratch. Plugin check → interview → analyze → design → validate → scaffold skeleton → plan v1 features → validate plan → implement (TDD, subagents) → analyze → review → finish. Same implementation rigor as ship-feature. argument-hint: disable-model-invocation: true
Custom agents (this config):
Superpowers skills (design + implementation):
$ARGUMENTS
Load and follow: .claude/agents/plugin-advisor.md
Feed it the initial request above.
If ACTION REQUIRED: YES:
================================================================
⚠️ PLUGIN CHECK — ACTION REQUIRED
================================================================
[paste full RECOMMENDATIONS block]
----------------------------------------------------------------
A) Enable recommended plugins then re-run /init-project
B) Type "force" to proceed without them
================================================================
STOP. Wait for user response.
If ACTION REQUIRED: NO:
Print one line and continue:
✅ Plugin check passed — [active plugins]
Load and follow: .claude/agents/interviewer.md
Identify what is already provided in the initial request. Ask only what is genuinely missing. Single structured block of questions.
MANDATORY STOP — do not continue until user has answered.
Produce the PROJECT BRIEF. This is the single source of truth for all subsequent steps.
Load and follow: .claude/agents/analyzer.md
Analyze the PROJECT BRIEF:
Produce an ANALYSIS REPORT.
Invoke skill: superpowers:brainstorming
Feed it the PROJECT BRIEF + ANALYSIS REPORT.
Produce a complete DESIGN covering:
MANDATORY STOP — present to the user and wait for approval.
================================================================
INIT PROJECT — ARCHITECTURE VALIDATION
================================================================
PROJECT SUMMARY
---------------
<3–5 line recap of what will be built>
STACK
-----
<finalized stack with versions>
PREREQUISITES TO INSTALL
-------------------------
<list of tools / runtimes / services with versions>
FOLDER STRUCTURE
----------------
<full tree from the DESIGN>
V1 FEATURES TO IMPLEMENT
-------------------------
<numbered list from PROJECT BRIEF — these will be implemented
in the pipeline AFTER the skeleton is scaffolded>
CONVENTIONS
-----------
<naming, doc style, test strategy>
EXCEPTIONS TO GLOBAL RULES
---------------------------
<list or "none">
================================================================
Approve this architecture? (yes / request changes)
================================================================
IF changes → return to STEP 3. IF approved → proceed.
Load and follow: .claude/agents/scaffolder.md
Pass to the scaffolder:
~/.claude/templates/project-CLAUDE.md~/.claude/CLAUDE.mdThe scaffolder creates:
CLAUDE.md — filled from global template, no placeholders.claude/settings.json — adapted to this stack.claudeignore — extended for this project.gitignore, .env.exampleThe scaffolder does NOT create the README and does NOT implement any features. README is handled by readme-updater (STEP 5b). Features are handled by the implementation pipeline (STEPs 6–9).
The scaffolder must verify: git init + build passes on empty project.
Load and follow: .claude/agents/readme-updater.md
Context: README.md does not exist yet → CREATE mode activates automatically.
The readme-updater reads CLAUDE.md, the folder structure, and manifests
to generate the full README (About, Prerequisites with OS-specific install
commands, Installation, Running, Project structure, Configuration, Contributing).
No stop required — prints confirmation and continues immediately.
Invoke skill: superpowers:writing-plans
Using the PROJECT BRIEF v1 features list and the scaffolded skeleton as context:
MANDATORY STOP — present the plan to the user.
================================================================
INIT PROJECT — IMPLEMENTATION PLAN VALIDATION
================================================================
SKELETON STATUS : ✅ build passes
V1 FEATURES : <N> features → <M> tasks
<numbered task list with file paths>
================================================================
Approve this plan and start implementation? (yes / request changes)
================================================================
IF changes → return to STEP 6. IF approved → proceed.
Invoke skill: superpowers:subagent-driven-development
Execute each task with isolated subagents.
Mandatory TDD: superpowers:test-driven-development applies.
Two-stage review per task: spec compliance → code quality.
Each subagent works on a clean context with:
Load and follow: .claude/agents/analyzer.md
Run the ANALYZER on the completed implementation:
Invoke skill: superpowers:requesting-code-review
Full review scope:
Fix all CRITICAL issues before proceeding.
Invoke skill: superpowers:finishing-a-development-branch
Verify:
Load and follow: .claude/agents/readme-updater.md
Context: call with argument "sync".
SYNC mode — no stop required. The readme-updater:
## Recent changes entry summarizing v1 features================================================================
PROJECT INITIALIZED: <project name>
================================================================
LOCATION : <project root>
STACK : <finalized stack>
BUILD : ✅ / ❌ <e>
TESTS : ✅ <N> passing / ❌ <detail>
V1 FEATURES
-----------
✅ <feature>
✅ <feature>
⚠️ <feature> — partial: <reason>
REMAINING ISSUES
----------------
<IMPORTANT and MINOR issues, or "none">
QUICK START
-----------
<exact commands to run the project right now>
CLAUDE.md : ✅ complete
README.md : ✅ created (STEP 5b) + synced (STEP 12)
SETTINGS : ✅ .claude/settings.json + .claudeignore generated
================================================================