Agent skill
plan-documentation
Generate structured plan files for large tasks. Use when starting a big feature, refactoring, or multi-phase work. Creates plans/<task>-plan.md with phases, acceptance criteria, and open questions. After each phase, generates completion docs.
Install this agent skill to your Project
npx add-skill https://github.com/vibeeval/vibecosystem/tree/main/skills/plan-documentation
SKILL.md
Plan Documentation
Create durable, structured plan files for complex work. Plans survive session boundaries and serve as living documentation of intent.
When to Create a Plan
- Task touches more than 3 files
- Work will span multiple sessions
- Architecture decision involved
- Unclear requirements that need discovery
- Refactoring with risk of regression
Plan File Structure
Store in plans/<task-slug>-plan.md:
# Plan: <Task Name>
## Goal
<One sentence describing the end state>
## Motivation
<Why this work matters - the problem being solved>
## Scope
### In
- <what's included>
### Out
- <what's explicitly excluded>
## Open Questions
- [ ] <question needing answer>
- [ ] <decision to make>
## Phases
### Phase 1: <Name>
**Objective:** <what this phase achieves>
**Files:** <expected files to touch>
**Acceptance:**
- [ ] <measurable criterion>
- [ ] <measurable criterion>
### Phase 2: <Name>
...
## Risks
- <risk>: <mitigation>
## References
- <related doc or issue>
Completion Docs
After each phase completes, append to plans/<task-slug>-completed.md:
## Phase <N>: <Name> - Completed <date>
**Commits:** <hash1>, <hash2>
**Files changed:** <count>
**Tests added:** <count>
**Surprises:** <anything unexpected>
**Next:** <what's coming next>
Integration
- Works with
persistent-planningskill (PLAN.md sync) - Triggers
plan-revieweragent for validation - Feeds
phase-gated-commitsworkflow - Plans referenced by
compassfor session recovery
Lifecycle
- Create plan at task start
- Review with plan-reviewer agent
- Execute phase by phase
- Update completion doc after each phase
- Archive to
plans/archive/when task complete
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
python-testing
Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.
golang-patterns
Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.
tdd-migration-pipeline
Orchestrator-only workflow for migrating/rewriting codebases with full TDD and agent delegation
hizir
Hızır'ın kullanım kılavuzu. Tüm komutlar, agent'lar, workflow'lar, sistemler burada. /hizir yaz, her şeyi gör.
secret-patterns
30+ service-specific secret detection regex patterns, entropy-based detection, PEM/JWT/Base64 identification, and false positive filtering.
agentica-prompts
Write reliable prompts for Agentica/REPL agents that avoid LLM instruction ambiguity
Didn't find tool you were looking for?