plan

Generate markdown plans with two AI peers and consensus CLI.

Updated May 6, 2026
One-click install
npx skills add https://github.com/tkstang/skills --skill plan-tkstang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/tkstang/skills/tree/main/plugins/consensus/skills/plan
Command: npx skills add https://github.com/tkstang/skills --skill plan-tkstang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires consensus, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill facilitates the creation of detailed plans collaboratively with AI peers, solving the problem of crafting comprehensive plans that involve multiple perspectives and iterative refinement.

Core Features & Use Cases

  • Two-Peer Deliberation: Engage two AI peers in a structured planning process.
  • Markdown Plan Generation: Automatically produce a markdown-formatted plan with steps, dependencies, and risks.
  • Use Case: When planning a complex project, this Skill can help create a detailed plan by incorporating insights from two AI peers and then synthesizing their inputs into a cohesive document.

Quick Start

Run the plan skill with a goal and constraints: node ./scripts/consensus-plan.mjs --goal "Migrate the release process to staged rollouts" --constraints "Keep downtime under five minutes and keep rollback available." --output plan.md

Frequently Asked Questions about plan

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

FAQPage Schema
How do I create a structured project plan with multiple AI perspectives?

Collaborative planning uses two AI peers to iteratively deliberate and synthesize multiple perspectives into a single, cohesive project plan. This approach ensures diverse insights are systematically integrated during the planning process.

How do I generate a markdown project plan from a specific goal and constraints?

Run the consensus-plan script via Bash, passing your goal and constraints as command-line arguments. The process executes deterministic tasks to automatically generate a markdown-formatted plan detailing steps, dependencies, and risks.

Do I need Node.js to run the collaborative planning script?

Yes, you need Node.js 22+ and the consensus CLI installed in your environment to execute the collaborative planning script. The Skill relies on these dependencies to run Bash commands and manage the two-peer deliberation process.

What is two-peer deliberation in AI project planning?

Two-peer deliberation is a structured process where two separate AI peers evaluate a goal and constraints to provide multiple perspectives. Their distinct inputs are synthesized to create a comprehensive, refined project plan.

What are the limitations of using a two-peer AI consensus for project planning?

The main limitation is the strict dependency on Node.js 22+ and the consensus CLI to function. Additionally, the Skill focuses strictly on generating markdown plans and does not execute the actual project tasks outlined within the generated document.