Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

v-plan

verified

Strategic planning session with Prometheus (v-planner) - creates comprehensive implementation plans

View on GitHub

Marketplace

vibe-claude-marketplace

kks0488/vibe-claude

Plugin

vibe-claude

Repository

kks0488/vibe-claude
19stars

skills/v-plan/SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/kks0488/vibe-claude/blob/main/skills/v-plan/SKILL.md -a claude-code --skill v-plan

Installation paths:

Claude
.claude/skills/v-plan/
Powered by add-skill CLI

Instructions

# V-Plan Skill

Start a planning session for complex tasks.

## When to Use

- Multi-file changes
- New feature development
- Architecture decisions
- Unclear requirements

## Process

```
1. UNDERSTAND
   └─ v-planner analyzes the request
   └─ Identifies scope, dependencies, risks

2. RESEARCH
   └─ v-finder locates relevant code
   └─ v-researcher checks patterns/best practices

3. PLAN
   └─ Break into phases
   └─ Identify critical path
   └─ Define checkpoints

4. REVIEW
   └─ v-advisor checks for risks
   └─ User approves or refines

5. OUTPUT
   └─ Save to .vibe/plan-{timestamp}.md
```

## Plan Document Format

```markdown
# Plan: {task}

## Overview
{1-2 sentence summary}

## Phases

### Phase 1: {name}
- [ ] Task 1.1
- [ ] Task 1.2
Critical files: {list}
Risk: {low/medium/high}

### Phase 2: {name}
...

## Dependencies
- {External deps}
- {Internal deps}

## Risks & Mitigations
| Risk | Impact | Mitigation |
|------|--------|------------|

## Verification
- [ ] Tests to run
- [ ] Manual checks

## Estimated Complexity
{SIMPLE/MODERATE/COMPLEX}
```

## Activation

```
/v-plan <task description>
```

Claude will:
1. Spawn v-planner (opus) for strategic analysis
2. Use v-finder to locate relevant code
3. Present plan for approval
4. Save approved plan to `.vibe/`

## Integration

After planning:
- `/vibe` uses the plan automatically
- Plan becomes the work document blueprint

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1350 chars