kbd-plan

Generate ordered change plans from project assessments and constraints.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/GQAdonis/turboquant-rs --skill kbd-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kbd-plan
Source: https://github.com/GQAdonis/turboquant-rs/tree/main/.opencode/skills/kbd-process-orchestrator/skills/kbd-plan
Command: npx skills add https://github.com/GQAdonis/turboquant-rs --skill kbd-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan phase guidance by converting scattered assessments and constraints into a clear, actionable change plan.

Core Features & Use Cases

  • Reads project-phase assessments and constraints to generate an ordered change list.
  • Emits OpenSpec commands when available; otherwise creates native KBD change files.
  • Refreshes current waypoint and outputs a ready-to-follow plan for teams.

Quick Start

Invoke the plan phase for the active project phase (e.g., /kbd-plan or /kbd-plan phase-1-foundation) to generate the ordered change list and updated waypoint.

Frequently Asked Questions about kbd-plan

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

FAQPage Schema
How do I convert project-phase assessments into an ordered change plan?

To convert project-phase assessments into an ordered change plan, you can use a phase-aware planning tool that reads assessment data and project constraints to generate a prioritized list of changes. This process translates scattered assessment inputs into a structured, actionable plan.md file.

What is an OpenSpec command in the context of project change planning?

An OpenSpec command in project change planning is an optional output emitted when available, used to define project changes natively. When OpenSpec is not available, the planning process defaults to creating standard change files within a changes directory.

Can I generate a project change list for any active project phase?

Yes, you can generate a project change list for any active project phase. The planning mechanism reads the active phase identity and its specific constraints to produce a phase-aware, prioritized change plan tailored to that stage.

Does this project planning approach work without pre-existing OpenSpec dependencies?

Yes, this project planning approach works without pre-existing OpenSpec dependencies. If OpenSpec commands are not available in your environment, the system automatically falls back to creating native change files and updating waypoint files directly.

What's the best way to manage scattered project constraints during workflow planning?

The best way to manage scattered project constraints during workflow planning is to consolidate them through an automated planning protocol. This protocol reads identity, active phase, and constraints simultaneously to refresh waypoints and output a ready-to-follow plan.

How do I update waypoint files when planning project changes?

To update waypoint files when planning project changes, the plan protocol automatically reads project identity and constraints, then refreshes the current waypoint. This ensures your waypoint files accurately reflect the newly generated ordered change list.