kbd-assess

Assess project codebases against active phase goals and write assessment.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inspects the current project codebase and compares it against the active phase goals to produce a structured gap assessment that guides work planning.

Core Features & Use Cases

  • Reads project identity from sources such as AGENTS.md, CLAUDE.md, README.md, package.json, and Cargo.toml to infer the project context.
  • Generates and writes a phase-specific assessment to .kbd-orchestrator/phases/<phase-name>/assessment.md, incorporating progress data from other tools.
  • Supports multi-tech stacks and OpenSpec references to drive end-to-end progress tracking across phases.

Quick Start

Run /kbd-assess to generate a structured assessment for the active project phase.

Frequently Asked Questions about kbd-assess

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

FAQPage Schema
How do I assess my codebase against active phase goals?

To assess a codebase against active phase goals, run an automated assessment tool that reads project identifiers, specifications, and progress data to generate a phase-aligned gap report. This reveals structural gaps to guide work planning.

What is a phase-aligned codebase assessment and when do I need one?

A phase-aligned codebase assessment is a structured gap report comparing current project source files against active phase goals. You need one when planning development phases to identify missing features and track end-to-end progress.

How do I generate a gap report for a multi-tech stack project?

Generate a gap report for a multi-tech stack project by reading identity files like package.json and Cargo.toml alongside OpenSpec references. This inspects the codebase and writes a structured assessment to the phase directory.

Does the codebase assessment work with Rust and Node.js project identifiers?

Yes, the codebase assessment works with Rust and Node.js project identifiers by reading files such as Cargo.toml and package.json. It infers the project context from these sources to support multi-tech stack progress tracking.

What is the best way to track progress across multiple development phases?

The best way to track progress across multiple development phases is using an automated assessment that resumes progress data, loads specifications, and writes phase-specific gap reports to an orchestrator directory for continuous alignment.

Why does my codebase assessment fail to resume previous progress data?

A codebase assessment fails to resume previous progress data when the orchestrator directory or phase specifications are missing. The tool requires existing progress files and OpenSpec references to resume and write the assessment correctly.