bart-plan

Convert Claude-style plans into bart-compatible plans with workstreams and dependencies.

8|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/leandrostoroli/bart-loop --skill bart-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bart-plan
Source: https://github.com/leandrostoroli/bart-loop/tree/main/skills/bart-plan
Command: npx skills add https://github.com/leandrostoroli/bart-loop --skill bart-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Bart Plan Converter automatically transforms Claude-style plans into bart-ready plans, eliminating manual rewrite and enabling parallel execution with bart-loop.

Core Features & Use Cases

  • Auto-detects a .bart/ directory at project root and auto-triggers before plan completion
  • Locates the latest Claude plan and rewrites it into a bart-compatible plan stored under .bart/plans
  • Produces structured workstreams, task definitions, and dependency mappings for bart plan execution

Quick Start

Use this skill to automatically convert the latest Claude plan into a bart-compatible plan and save it under .bart/plans.

Frequently Asked Questions about bart-plan

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

FAQPage Schema
How do I convert Claude plans into bart-compatible tasks for parallel execution?

You need a .bart/ directory at your project root to use this plan conversion tool. The skill auto-detects this directory and locates your latest Claude plan to rewrite it into a bart-compatible format stored under .bart/plans.

What is the best way to map Claude plan goals into bart workstreams with dependencies?

Mapping Claude plan goals into bart workstreams is done by parsing the original plan, extracting task definitions, and structuring them with explicit dependency mappings. This approach eliminates manual rewrite and produces structured workstreams ready for bart plan execution.

Does the bart plan conversion process automatically generate testing scaffolds?

Yes, the bart plan conversion process automatically generates testing scaffolds. When it reorganizes extracted goals into bart workstreams, it includes explicit requirements, dependency mappings, and testing scaffolds to support reliable parallel execution.

Can I use this skill to persist converted plans under .bart/plans automatically?

Yes, you can use this skill to persist converted plans under .bart/plans automatically. It auto-triggers before plan completion, rewrites the latest Claude plan into a bart-compatible format, and saves the structured output directly into the .bart/plans directory.

Why does the plan conversion tool require a .bart/ directory at the project root?

The plan conversion tool requires a .bart/ directory at the project root because it serves as the detection mechanism for auto-triggering the conversion. Without this directory, the skill cannot locate the latest Claude plan or persist the rewritten bart-compatible plan correctly.