Add docs index and per-skill docs, link from main README

This commit is contained in:
2026-02-09 05:06:13 +00:00
parent 1ba911c3fb
commit 9ddc17b228
4 changed files with 83 additions and 10 deletions

27
docs/CREATE-PLAN.md Normal file
View File

@@ -0,0 +1,27 @@
# CREATE-PLAN
## Purpose
Create structured implementation plans with milestone and story tracking.
## Key Behavior
- Requires Superpowers dependencies (`brainstorming`, `writing-plans`).
- Creates plans under `ai_plan/YYYY-MM-DD-<short-title>/`.
- Ensures `/ai_plan/` is in `.gitignore`.
- Commits `.gitignore` update locally when added.
- Produces:
- `original-plan.md`
- `final-transcript.md`
- `milestone-plan.md`
- `story-tracker.md`
- `continuation-runbook.md`
## Execution Workflow Rules
- Read runbook first.
- Complete one milestone at a time.
- Lint/typecheck/test (changed files first).
- Commit (do not push), ask for feedback, apply feedback, commit again.
- Move to next milestone only after approval.
- Ask permission before final push.