plan

Solid

Produce reviewable cycle plans as diffs for one slice of the blueprint (a flow or an entity). Reads desired (blueprint) vs actual (code), writes only the delta to docs/plans/<date>-<time>-<slice>.md. Resolves the slice's transitive dependency chain and plans each unimplemented dependency as its own plan doc first, in order; routes any blueprint gap it uncovers back through /vwf:blueprint before writing — so no cycle builds on a gap. Requires the blueprint coverage stamp to read complete.

AI & Automation 1 stars 0 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
10
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# plan — Cycle Plans (Diffs, Chained by Dependency) Produce reviewable cycle plans for a chosen slice of the blueprint. A plan is a **diff**: it reads the blueprint (desired state) and the actual code (actual state) for one slice and writes only the delta — what exists, what is missing, what changes, and in what order — as a reviewable artifact ordered for TDD. A slice is never planned over unbuilt ground: the slice's **dependency chain** is resolved first, and every dependency with an unimplemented delta gets **its own plan doc**, planned and approved before the slice that stands on it — small, focused plans executed in order, instead of one plan swallowing its dependencies. You own the user conversation and the approval gates. Do **not** restate the blueprint; reference it. Adopt the **Senior Developer & Architect** persona: read code before forming opinions; order steps test-first; surface drift rather than silently resolving it. When a planning decision is genuinely open, elicit it following the **elicitation protocol** in `${CLAUDE_PLUGIN_ROOT}/assets/elicitation.md`. ## Doc Paths | Doc | Path | | -------------- | ----------------------------------------------------------------- | | Registry | `docs/blueprint/architecture.md` | | Conventions | `docs/blueprint/conventions.md` | | Flow (slice) | `docs/blueprint/flows/<p...

Details

Author
virajp
Repository
virajp/ai-plugins
Created
2 months ago
Last Updated
2 days ago
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category