spec-kitty.research

Scaffold research.md, data-model.md, and CSV audit-trail files for Phase 0 missions.

Updated May 13, 2026
One-click install
npx skills add https://github.com/kimprobably/maestro-os --skill spec-kitty-research-kimprobably
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-kitty.research
Source: https://github.com/kimprobably/maestro-os/tree/main/.agents/skills/spec-kitty.research
Command: npx skills add https://github.com/kimprobably/maestro-os --skill spec-kitty-research-kimprobably

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns an unclear mission into concrete, traceable research artifacts so planning and implementation can proceed with documented decisions and supporting evidence.

Core Features & Use Cases

  • Mission-scoped research scaffolding: Creates research.md and data-model.md templates tied to the active mission so outputs stay consistent across phases.
  • Evidence and audit trails: Generates research/evidence-log.csv and research/source-register.csv stubs to track sources and findings for later review.
  • Workflow integration: Fits as the “Phase 0” step before /spec-kitty.plan so downstream steps can reference real research content.

Quick Start

Run the skill on your mission branch to generate the mission-specific files under kitty-specs/<feature-slug>/.

Frequently Asked Questions about spec-kitty.research

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

FAQPage Schema
How do I create research documentation with an evidence audit trail for mission planning?

To create research documentation with an evidence audit trail, you can scaffold mission-scoped files including research.md, data-model.md, and CSV audit-trail logs. This generates documented decisions, entities, and traceable sources before planning begins.

What is a Phase 0 research workflow and when do I need it?

A Phase 0 research workflow generates traceable research artifacts before spec planning begins. You need it when a mission lacks concrete decisions and supporting evidence, requiring documented entities and source registers to proceed with implementation.

How do I generate a data model template and source register for a new feature branch?

You generate a data model template and source register by running a scaffolding process on your mission branch. This creates data-model.md and research/source-register.csv stubs under the kitty-specs directory to track findings for later review.

Does the spec-kitty research workflow require any external dependencies or components?

The spec-kitty research workflow requires no external dependencies or components. It operates standalone to generate mission-scoped research documentation and preflight guardrails ensuring generation occurs on the correct project root and mission branch.

What is the best way to track research sources and evidence logs during product planning?

The best way to track research sources and evidence logs is using structured CSV audit-trail files. Generating evidence-log.csv and source-register.csv stubs ensures sources and findings remain traceable and consistent across downstream planning phases.

When should I not use automated research scaffolding for mission planning?

You should not use automated research scaffolding when your mission already has existing research documentation, data models, or audit trails. It is designed strictly for the Phase 0 step to initialize templates before spec planning occurs.