What problem does it solve?
This skill guides teams to store temporary implementation plans and investigation notes in the tmp/ directory, preventing docs/ from becoming bloated and keeping the repository organized.
Core Features & Use Cases
- Temporary planning discipline: Directs one-off or iterative planning notes to tmp/ instead of permanent docs/.
- Lifecycle guidance: Provides naming conventions (for example, implementation_plan_{issue_number}.md) and reminders to clean up once plans are finalized.
- Use Case: When drafting an implementation plan for an issue or documenting a quick investigation, place the draft under tmp/ and promote to ADR or permanent docs only when required.
Quick Start
Place a planning draft in tmp/ using a filename like tmp/implementation_plan_123.md. After the plan is complete, delete or archive the file per project policy to keep the repo clean.