kbd-reflect

Generate a phase reflection document from progress.json and archived changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a structured phase reflection after all changes in a phase are complete, enabling accurate evaluation and planning for the next phase.

Core Features & Use Cases

  • Automates the creation of .kbd-orchestrator/phases/<phase-name>/reflection.md from progress.json and archived changes.
  • Summarizes goal achievement, delivered changes, technical debt, and lessons for knowledge base.
  • Writes reflection and advances the waypoint to the next phase.
  • Supports project-agnostic operation across different KBD lifecycles.

Quick Start

Run /kbd-reflect for the active phase to generate the reflection and seed the next phase.

Frequently Asked Questions about kbd-reflect

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

FAQPage Schema
How do I automate phase reflection and progress tracking for project lifecycle transitions?

Automate phase reflection by reading progress.json and archived change history to generate a structured reflection document. It verifies change completion, writes the reflection to markdown, and advances the waypoint to seed the next phase.

What is a phase reflection document in project management and when do I need one?

A phase reflection document summarizes goal achievement, delivered changes, technical debt, and lessons learned. You need one when closing a project phase to enable accurate evaluation and planning for the next phase.

How to generate a reflection.md file from progress.json and archived changes?

Generate reflection.md by running the reflection command for the active phase. The tool collates progress data and constraints, loads archived changes, verifies completion, and writes the file to the phase directory.

Does automated phase reflection work with any project lifecycle or only specific frameworks?

Automated phase reflection supports project-agnostic operation across different KBD lifecycles. It applies to any project lifecycle where phases transition by collating progress, constraints, and change history.

Can I advance the waypoint to the next phase automatically after writing a reflection?

Yes, the tool writes the reflection document and advances the waypoint to the next phase automatically. This closes the current phase and seeds the subsequent planning stage in one operation.

Why does phase reflection fail if changes in the phase are not complete?

Phase reflection requires all changes in the phase to be complete before generating the document. The tool verifies change completion from archived data to ensure the reflection accurately captures the phase outcome.