speckit-baseline

Generate baseline project documentation by executing a script to capture project state.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/refactory-lang/refactory-template --skill speckit-baseline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-baseline
Source: https://github.com/refactory-lang/refactory-template/tree/main/.claude/skills/speckit-baseline
Command: npx skills add https://github.com/refactory-lang/refactory-template --skill speckit-baseline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of foundational documentation for a project, establishing a clear baseline specification and tracking the current state of project modifications.

Core Features & Use Cases

  • Baseline Specification Generation: Creates a comprehensive document detailing the project's initial state, architecture, and functionality.
  • Current State Tracking: Enumerate and summarize changes like features, bugfixes, and refactors.
  • Use Case: When starting a new project or integrating spec-kit, this Skill ensures all initial project details are captured and provides a historical reference point for future development.

Quick Start

Run the speckit-baseline skill to create the initial project documentation.

Frequently Asked Questions about speckit-baseline

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

FAQPage Schema
How do I establish a baseline specification for an existing code repository?

To establish a baseline specification, you can execute a script that captures your project state and analyzes code repositories, generating foundational documentation detailing initial architecture and functionality.

What is the best way to track current project modifications and state changes?

Tracking current project modifications involves analyzing your code repositories to enumerate and summarize recent changes, including new features, bugfixes, and refactors, providing a clear historical reference point.

Do I need a spec-kit project structure to generate baseline documentation?

Yes, generating baseline documentation requires a spec-kit project structure with a .specify/ directory present in your repository for the workflow execution scripts to run successfully.

Can I automate project documentation generation for my software engineering workflow?

You can automate project documentation generation by running a script that captures the initial project state, establishing a foundational specification automatically without manual writing.

When should I create a baseline specification for my codebase?

You should create a baseline specification when starting a new project or integrating spec-kit, ensuring all initial project details are captured to provide a historical reference point for future development.

What limitations exist when tracking current state changes in a baseline specification?

A key limitation is that the workflow execution strictly requires a .specify/ directory, meaning baseline specification generation and state tracking will not function without this specific spec-kit project structure.