Plan
Overview
Reads a file from .claude/raw-plans and creates a detailed plan in .claude/plans with the same file base name.
When to Use
Use this skill when:
- •You want to contribute to Extend Apps Directory.
- •You are not familiar on how to contribute to Extend Apps Directory.
- •You want to make sure that your AI-assisted development can be as accurate as possible (reducing back and forth).
Flow
Given a file name in the format of .claude/raw-plans/{name}.md, read that high-level plan and convert it into a detailed plan .claude/plans/{name}.md. Use all of the information in the raw plans and use it into the final plan. The final plan should contain these sections:
- •Overview: an outline of the file.
- •Module breakdown (non-technical): visual elements, assets required, questions.
- •Module breakdown (technical): per-section high-level implementation detail.