aw-create-plan

Generate versioned project plan documents from conversation context.

7|2|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/mthines/agent-skills --skill aw-create-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aw-create-plan
Source: https://github.com/mthines/agent-skills/tree/main/skills/aw-create-plan
Command: npx skills add https://github.com/mthines/agent-skills --skill aw-create-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of creating structured implementation plans by generating detailed, versioned documents directly from project conversations, reducing manual effort and ensuring consistency.

Core Features & Use Cases

  • Automated Plan Generation: Produces a complete project plan document (plan.md) and immutable snapshots (plan.vN.md) from discussion inputs.
  • Version Control & Audit Trail: Maintains sequential plan versions for easy tracking, revisions, and historical record.
  • Use Case: A developer team completes initial project scoping; this Skill creates a comprehensive plan that captures decisions, background, and acceptance criteria, which is then iteratively refined through conversations.

Quick Start

Invoke the create plan skill after completing initial validation and planning phases; specify relevant project task and details to produce a structured plan document ready for review and execution.

Frequently Asked Questions about aw-create-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate project planning from conversation context?

You can automate project planning by generating a versioned `plan.md` document directly from conversation context. This process captures project requirements, decisions, and acceptance criteria into a self-contained file ready for iterative refinement.

What is the best way to maintain version control for project plans?

Maintaining version control for project plans involves generating immutable snapshots like `plan.vN.md` alongside the main `plan.md`. This creates a sequential audit trail, allowing developers to track revisions and restore historical project documentation easily.

Can I generate implementation documentation without keeping the original discussion transcript?

Yes, you can generate implementation documentation without keeping the original discussion transcript. The produced plan document is entirely self-contained, capturing all necessary background, decisions, and acceptance criteria for execution independent of the original chat history.

How do I create a structured project plan after initial validation and scoping?

To create a structured project plan after initial validation, you invoke the planning automation with relevant project tasks and details. It processes the conversation context to output a comprehensive document ready for team review and execution.

Does automated project planning work for iterative developer workflows?

Automated project planning works for iterative developer workflows by supporting sequential version snapshots. Teams can refine the generated plan through ongoing conversations, maintaining clear documentation of revisions and historical decisions throughout the project lifecycle.