plan

Generates structured implementation plans and task files from feature specifications and codebase analysis.

Updated Jun 24, 2026
One-click install
npx skills add https://github.com/AvatarGanymede/pcraft --skill plan-avatarganymede
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/AvatarGanymede/pcraft/tree/main/.agents/skills/plan
Command: npx skills add https://github.com/AvatarGanymede/pcraft --skill plan-avatarganymede

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of translating feature specifications into detailed implementation plans, streamlining the development workflow and ensuring comprehensive documentation.

Core Features & Use Cases

  • Automated Plan Generation: Converts feature specs into structured implementation plans.
  • Codebase Exploration: Analyzes the codebase for relevant areas and existing features.
  • Documentation Production: Generates plan.md and task files for each implementation task.
  • Use Case: After writing a feature spec, use this Skill to automatically create a plan and task files for the development team.

Quick Start

Generate an implementation plan for the feature 'New User Onboarding' by running the 'plan' skill with the spec file 'docs/specs/new-user-onboarding/spec.md'.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I automate implementation plan generation from a feature specification?

To automate implementation plan generation, provide a feature specification file and grant codebase access. The Skill analyzes dependencies and outputs structured plan.md documentation along with individual task files for the development workflow.

How does codebase analysis work when creating an implementation plan?

Codebase analysis for implementation planning works by scanning existing dependencies and relevant code areas. It maps the feature specification against the current architecture to produce detailed documentation for each required development task.

What is the best way to translate feature specs into development tasks?

The best way to translate feature specs into development tasks is using automated codebase exploration. It identifies relevant existing features and dependencies, then generates structured task files and a comprehensive plan.md document for the team.

Do I need codebase access to generate task documentation from a feature spec?

Yes, you need codebase access to generate task documentation. The Skill requires read access to analyze existing dependencies and codebase structure, ensuring the generated implementation plan accurately reflects the current project architecture.

Can I use this for task automation if my feature spec is a single markdown file?

Yes, you can use this for task automation with a single markdown feature spec. Point the Skill to your spec file path, and it will explore the codebase dependencies to automatically generate the implementation plan and corresponding task files.

What files are produced when converting a feature specification into an implementation plan?

Converting a feature specification produces a plan.md file containing the overall implementation strategy and separate task files detailing each specific development step. These files are generated automatically after codebase dependency analysis.