vcgenerate-plan
SolidCreate or update implementation plans in the repo's SIMPLE or COMPLEX format. Use when turning an idea, PRD, or approved direction into a saved plan artifact.
Install
Quality Score: 94/100
Skill Content
Details
- Author
- withkynam
- Repository
- withkynam/vibecode-pro-max-kit
- Created
- 2 weeks ago
- Last Updated
- 1 weeks ago
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
do-plan
Use when creating or updating a feature plan document. Triggered by 'make a plan', 'plan this', 'flesh out the idea', or any request to scope and plan work before implementation.
aw-create-plan
Create a comprehensive implementation plan artifact (plan.md + versioned plan.vN.md snapshot) in `.agent/{branch}/` from the current conversation context. Captures all Phase 0-1 discussion into a structured, self-contained document that enables context recovery and session handoff. On every invocation, writes the next plan.vN.md snapshot and updates plan.md to match. Use after planning is complete and confidence gate passes — and again on every plan iteration (user-requested refinement or Phase 4 auto-replan). Triggers on create plan, generate plan, write plan artifact, regenerate plan, iterate on plan.
writing-plans
Use when you have an approved spec/PRD/requirements for a multi-step task and need a concrete implementation plan, BEFORE touching code. Produces bite-sized, TDD-structured tasks with exact file paths, real code, and exact verification commands. Triggers after brainstorming/PRD approval or whenever someone says "write a plan", "plan this out", or hands you requirements to build.