workflow-multi-cli-plan

Orchestrate multi-CLI analysis to generate plan.json and .task files.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/tcytan/tecton --skill workflow-multi-cli-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-multi-cli-plan
Source: https://github.com/tcytan/tecton/tree/main/.claude/skills/workflow-multi-cli-plan
Command: npx skills add https://github.com/tcytan/tecton --skill workflow-multi-cli-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams rapidly turn an unclear implementation task into a well-structured, cross-verified execution plan by orchestrating multi-CLI collaborative analysis using repository context.

Core Features & Use Cases

  • Iterative context gathering and packaging: Uses semantic search to collect relevant files, detected patterns, and architecture insights, then packages them for agent consumption.
  • Multi-CLI cross-verification planning: Runs iterative discussion rounds (e.g., Gemini/Codex/Claude fallback) to synthesize solutions, score convergence, and resolve disagreements.
  • Execution-ready handoff: Generates a two-layer plan (plan.json overview + independent .task/*.json task files), builds an execution context, and hands off to workflow-lite-execute.
  • Use Case: When you need to implement a non-trivial feature in a complex codebase (e.g., adding a new gateway policy module), this Skill converges on an approach and produces testable task artifacts for execution.

Quick Start

Ask an AI to run workflow-multi-cli-plan on your task description so it gathers codebase context, iterates cross-verification rounds up to the configured maximum, and outputs a ready-to-execute plan.

Frequently Asked Questions about workflow-multi-cli-plan

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

FAQPage Schema
How do I create an implementation plan for a complex feature using multi-agent verification?

To create an implementation plan with multi-agent verification, this Skill orchestrates multi-CLI collaborative analysis using repository context, running iterative cross-verification rounds to converge on a reconciled approach. It outputs a ready-to-execute plan.json overview and independent .task files.

What is multi-CLI cross-verification planning for codebase refactoring?

Multi-CLI cross-verification planning is a process where multiple CLI agents analyze codebase context and iteratively discuss solutions. This mechanism scores convergence and resolves disagreements to synthesize a reconciled approach for complex refactoring tasks.

How do I decompose a software feature implementation into independent task files?

You can decompose a feature implementation by generating schema-driven independent .task/*.json task files alongside a plan.json overview. This Skill handles task decomposition after cross-verifying candidate solutions, creating testable artifacts for execution.

Can I use workflow-multi-cli-plan for complex codebase analysis without writing manual context?

Yes, you can use it without manual context because it performs iterative context gathering using semantic search. It automatically collects relevant files, detected patterns, and architecture insights, then packages them for agent consumption.

Does multi-agent workflow orchestration support execution handoff after planning?

Yes, multi-agent workflow orchestration supports execution handoff by building an in-memory execution context and transferring the generated plan.json and task files to workflow-lite-execute. This ensures the verified plan moves seamlessly into implementation.

When should I not use multi-agent cross-verification for task planning?

You should not use multi-agent cross-verification for task planning if your task is trivial or requires an orchestrator boundary outside the defined scope. The process relies on bounded multi-round convergence logic and schema-driven synthesis parsing, which may be unnecessary for simple changes.