plan-agent

Generate implementation plans and handoffs from conversation context.

1|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/tfunk1030/vibe --skill plan-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-agent
Source: https://github.com/tfunk1030/vibe/tree/main/.claude/skills/plan-agent
Command: npx skills add https://github.com/tfunk1030/vibe --skill plan-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan teams and developers by turning conversation context into a concrete implementation plan and handoff.

Core Features & Use Cases

  • Structured Planning: Automatically generate a step-by-step implementation plan, task lists, dependencies, and handoffs from conversational context.
  • Codebase Context Awareness: Detects existing codebase context via a codebase map to tailor planning for brownfield work.
  • Handoff Generation: Produces ready-to-use handoffs and references in repository-conventional locations for smooth handoff to engineering teams.

Quick Start

Spawn the planning agent with your project context to produce a plan and a handoff.

Frequently Asked Questions about plan-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an implementation plan from conversation context?

To generate an implementation plan from conversation context, this Skill reads your project's key files and codebase map, then outputs a concrete set of tasks and dependencies to a structured markdown file in your repository.

What is a development handoff and how is it created?

A development handoff transfers planning context to engineering teams. This Skill automatically creates handoffs by generating a markdown file with implementation rationale and references in a repository-conventional location.

Can I create implementation tasks for an existing codebase?

Yes, you can create implementation tasks for an existing codebase. The Skill detects brownfield environments by checking for a codebase map and reading key files to tailor the generated plan to your current project structure.

How do I document project dependencies and task rationale?

To document project dependencies and task rationale, the Skill processes your conversational context and outputs a structured markdown plan that explicitly lists task dependencies alongside the reasoning for each implementation step.

Where should implementation plans and handoff documents be stored?

Implementation plans should be stored in the thoughts/shared/plans/ directory, while handoff documents are output to the thoughts/handoffs/<session>/ directory, ensuring your repository follows consistent documentation conventions.

Do I need a codebase map to generate a project handoff?

You do not need a codebase map to generate a project handoff, but having one allows the Skill to detect existing brownfield context and read key files to produce a more accurate and tailored implementation plan.