plan-from-context

Generate multi-phase implementation plans with validation commands from repository context.

11|Updated Sep 5, 2025
One-click install
npx skills add https://github.com/thrawn01/claude-dotfiles --skill plan-from-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-from-context
Source: https://github.com/thrawn01/claude-dotfiles/tree/main/skills/plan-from-context
Command: npx skills add https://github.com/thrawn01/claude-dotfiles --skill plan-from-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan-from-context helps teams translate ongoing conversations and repository contexts into concrete, multi-phase implementation plans that are ready to submit as mergeable PRs and suitable for subsequent automation.

Core Features & Use Cases

  • Context extraction and task scoping from conversations and repo contents.
  • Generation of phased, mergeable implementation plans with detailed milestones and validation steps.
  • Built-in plan-review and feedback loop to ensure clarity and alignment with CI requirements.
  • Supports multi-agent orchestration and reproducible PR-ready output.

Quick Start

Provide a complete, phase-based implementation plan derived from the current repository context.

Frequently Asked Questions about plan-from-context

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

FAQPage Schema
How do I generate an implementation plan from repository context that passes CI?

To generate a CI-ready implementation plan from repository context, the Skill analyzes your codebase and conversation to produce a structured, multi-phase plan with defined milestones, interfaces, tests, and validation commands suitable for merging.

What is a multi-phase implementation plan and when do I need one for my codebase?

A multi-phase implementation plan breaks down codebase changes into sequential milestones with review gates. You need this for complex tasks requiring parallel research, phased rollouts, and strict validation before merging through CI.

How do I structure an implementation plan to support multi-agent orchestration?

Structuring an implementation plan for multi-agent orchestration involves defining clear phase descriptions, interfaces, and validation commands. This Skill outputs reproducible, PR-ready plans that coordinate parallel research and review gates across agents.

Can I use this to create a mergeable PR plan with built-in review gates?

Yes, you can create a mergeable PR plan with built-in review gates. The Skill extracts context to formulate phased milestones and includes a mandatory review step to ensure alignment with CI requirements before merging.

Does the generated implementation plan include validation commands for CI?

Yes, the generated implementation plan includes validation commands for CI. It structures each phase with specific tests and validation steps to ensure the codebase changes meet merge requirements and pass continuous integration checks.

What is the best way to translate ongoing conversations into ready-to-merge codebase plans?

The best way to translate conversations into ready-to-merge plans is through context extraction and task scoping. This Skill processes repository contents and dialogue to output structured, phased implementation plans with mandatory review steps and validation commands.