askill
implementation-plan

implementation-planSafety 95Repository

This skill should be used when creating detailed implementation plans with task breakdown, file manifests, and dependencies. Triggers on "plan implementation", "create plan", "break down tasks", or after ideation when ready to plan the HOW.

0 stars
1.2k downloads
Updated 3/3/2026

Package Files

Loading files...
SKILL.md

Implementation Planning Skill

Create detailed, actionable implementation plans from ideation briefs or feature requirements.

When to Use

  • After ideation phase completes
  • Requirements are clear and approach chosen
  • Ready to break down work into tasks

Prerequisites

Either:

  • Ideation brief exists in claude-agents/ugm/ideation/
  • Clear, detailed requirements provided by user

Process

Phase 1: Gather Context

Check for ideation output:

ls -la claude-agents/ugm/ideation/*.md | tail -5

Research existing patterns:

rg -l "{feature_keywords}" --type cpp --type h | head -20

Phase 2: Architecture Decision

For significant changes, document ADR:

## Architecture Decision

**Decision:** {One sentence}
**Context:** {Why needed}
**Consequences:** {Trade-offs accepted}

Phase 3: Task Breakdown

Break into small, reviewable tasks:

### Task 1: {Title}

**Files:**
- `{Path/File.h}` - [New/Modify]
- `{Path/File.cpp}` - [New/Modify]

**Changes:**
1. {Specific change}

**Dependencies:** None | Task N

**Verification:**
- [ ] Compiles without warnings
- [ ] {Specific verification}

**Complexity:** S/M/L

Phase 4: File Manifest

FileChange TypeTasks
{Path}New/Modify/Delete1, 2

Phase 5: Test Strategy

## Test Strategy

### Automated
- [ ] Unit test for {core logic}

### Manual
- [ ] PIE verification of {behavior}

Phase 6: Save Plan

Save to claude-agents/ugm/plans/{feature}-plan.md

Task Ordering Rules

  1. Headers before implementation
  2. Base classes before derived
  3. Data structures before logic
  4. Core functionality before edge cases
  5. Each task independently committable

Output

Implementation plan saved to claude-agents/ugm/plans/

Next: /ugm:implement to execute the plan

Legacy Metadata

skill: implementation-plan
invoke: /ugm:implementation-plan

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

83/100Analyzed 3/10/2026

Well-structured implementation planning skill with 6 clear phases, executable commands, and templates for ADR, task breakdown, and file manifests. Includes when-to-use guidance, prerequisites, task ordering rules, and next-step references. Moderately project-specific due to custom paths and command, but methodology is solid and highly actionable. Tags and structured format improve discoverability."

95
85
65
82
88

Metadata

Licenseunknown
Version-
Updated3/3/2026
Publisherbuihuuloc

Tags

llmtesting