execution-plans

Solid

Manage execution plans as versioned artifacts with progress tracking and decision logs. Use when you say "create execution plan", "update plan progress", "log decision", "complete plan", or "abandon plan". Do NOT use to break work into milestones or delegate tasks (use planner).

AI & Automation 38 stars 13 forks Updated today MIT

Install

View on GitHub

Quality Score: 77/100

Stars 20%
53
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Execution Plans Skill Treat execution plans as first-class artifacts, versioned in the repository. <!-- vendor-portability: declared. This skill reads and writes plan artifacts under the consumer's .agents/plans/ (active/, completed/, abandoned/) and .agents/debt/tech-debt-registry.md, seeded from .agents/plans/TEMPLATE.md. These are consumer-side write targets created on demand; a vendored install without .agents/ creates the directories when the first plan is written rather than failing silently. Issue #2050. --> ## Directory Structure ```text .agents/ ├── plans/ │ ├── active/ # Plans currently in progress │ ├── completed/ # Successfully finished plans │ └── abandoned/ # Plans that were stopped (with rationale) └── debt/ └── tech-debt-registry.md # Known technical debt items ``` ## Triggers | Trigger Phrase | Operation | |----------------|-----------| | `create execution plan` | Create new plan in active/ | | `update plan progress` | Add progress entry to existing plan | | `log decision` | Add decision to plan's decision log | | `complete plan` | Move plan to completed/ | | `abandon plan` | Move plan to abandoned/ with rationale | ## Plan Template Use `.agents/plans/TEMPLATE.md` as the starting point for new plans. ### Required Sections | Section | Purpose | |---------|---------| | Metadata | Status, dates, owner, complexity | | Objectives | Checkboxes for trackable goals | | Decision Log | Table of decisions with rationale | | Progress...

Details

Author
rjmurillo
Repository
rjmurillo/ai-agents
Created
7 months ago
Last Updated
today
Language
Markdown
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category