vision-plan-tranche-sync

Translate VISION.md roadmap items into IMPLEMENTATION_PLAN.md and sync open tranches into .yarli/tranches.toml.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/rahulrajaram/rahulskills --skill vision-plan-tranche-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vision-plan-tranche-sync
Source: https://github.com/rahulrajaram/rahulskills/tree/main/skills/vision-plan-tranche-sync
Command: npx skills add https://github.com/rahulrajaram/rahulskills --skill vision-plan-tranche-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and agents (resource) components.

What problem does it solve?

This Skill automates the synchronization of actionable roadmap items into detailed implementation plans and then into tranches TOML files, ensuring project execution stays aligned with strategic vision.

Core Features & Use Cases

  • Vision to Plan Sync: Automatically translates high-level vision roadmap items into structured implementation plan entries.
  • Plan to Tranches Sync: Updates a tranches TOML file with open items from the implementation plan.
  • Principal Architect Fallback: Provides a mechanism to use principal architect definitions when no vision source is available.
  • Use Case: When a new feature is added to the VISION.md file, this Skill can automatically create the corresponding entries in the IMPLEMENTATION_PLAN.md and .yarli/tranches.toml files, streamlining the planning process.

Quick Start

Use the vision-plan-tranche-sync skill to sync actionable VISION.md items into IMPLEMENTATION_PLAN.md and sync open tranches into .yarli/tranches.toml.

Frequently Asked Questions about vision-plan-tranche-sync

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

FAQPage Schema
How do I sync a project roadmap into an implementation plan?

To sync a roadmap into an implementation plan, actionable items from a vision file are translated into structured implementation plan entries. This ensures project execution stays aligned with the strategic vision document automatically.

How does syncing open tranches into a TOML file work?

Syncing open tranches into a TOML file works by extracting open items from the implementation plan and updating a tranches TOML file. This requires Python 3 standard libraries to parse and manipulate the file contents.

What is the best way to automate implementation plan updates from a vision file?

The best way to automate implementation plan updates is using a synchronization script that reads roadmap items from a VISION.md file and automatically generates corresponding entries in an IMPLEMENTATION_PLAN.md file.

Does this roadmap sync approach work when no vision source exists?

When no vision source exists, the roadmap sync approach works by using a principal architect fallback mechanism. This provides principal architect definitions to maintain project execution alignment without a direct vision file.

Can I use Python 3 standard libraries for TOML file manipulation in project planning?

Yes, you can use Python 3 standard libraries for TOML file manipulation in project planning. The standard libraries handle the file parsing and manipulation required to update tranches from the implementation plan.

What are the limitations of syncing tranches without a vision source?

A limitation of syncing tranches without a vision source is the reliance on a principal architect fallback. You must provide these architect definitions manually to ensure the implementation plan and tranches remain populated and aligned.