refine-plan

Refine v1 project plans into task-level Markdown with dependencies and acceptance criteria.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/Brite-Nites/brite-claude-plugins --skill refine-plan-brite-nites
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: refine-plan
Source: https://github.com/Brite-Nites/brite-claude-plugins/tree/main/plugins/workflows/skills/refine-plan
Command: npx skills add https://github.com/Brite-Nites/brite-claude-plugins --skill refine-plan-brite-nites

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Refines a vague or initial v1 project plan into detailed, actionable tasks that an agent can execute, including context, dependencies, and validation criteria.

Core Features & Use Cases

  • Converts a v1 plan into task-level artifacts with clear context, steps, and acceptance criteria.
  • Generates a Task 0 to bootstrap the execution workflow and establishes a dependency DAG.
  • Supports integration with Linear or similar issue-tracking systems for end-to-end project execution.

Quick Start

Place a v1 plan in the project root or docs/ and run the refine-plan command to generate docs/project-plan-refined.md.

Frequently Asked Questions about refine-plan

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

FAQPage Schema
How do I turn a v1 project plan into agent-ready tasks with validation criteria?

To turn a v1 project plan into agent-ready tasks, place the plan in the project root or docs/ directory. The process generates a structured Markdown document with task context, steps, complexity, dependencies, and explicit acceptance criteria.

What is a task dependency DAG and how does it apply to project plan refinement?

A task dependency DAG is a directed acyclic graph mapping execution order. During project plan refinement, establishing a valid DAG ensures agent-ready tasks execute in the correct sequence without circular dependencies, starting with a bootstrap Task 0.

Can I use the refined project plan output with Linear or similar workflow tools?

Yes, the refined project plan output supports integration with Linear or similar issue-tracking systems. Producing structured task-level artifacts with context and acceptance criteria enables end-to-end project execution within these workflow tools.

What's the best way to structure a v1 plan for automated task refinement?

The best way to structure a v1 plan for automated task refinement is to place the initial plan document in the project root or docs/ directory. This allows the refinement process to parse the plan and output the structured document at docs/project-plan-refined.md.

Does plan refinement generate a specific bootstrap task for workflow execution?

Yes, plan refinement generates a Task 0 specifically to bootstrap the execution workflow. This task establishes the foundation of the dependency DAG and prepares the environment for subsequent agent-ready tasks.