원클릭으로
speckit-workflows-baseline
Create baseline documentation for the project, establishing context for all future specs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create baseline documentation for the project, establishing context for all future specs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review a production UX checkout harness run against the deployed Studio (daikonic). Use after `pnpm --filter @rune-langium/studio run test:prod-ux` (or test:prod-smoke) completes, when the user asks to review/triage a prod checkout run, or when a nightly prod-ux artifact needs auditing. Consumes report/run-manifest.json + screenshots + traces and produces a severity-ranked UX review with per-journey verdicts.
Documentation site and generated agent skills for rune-langium APIs
Documentation site and generated agent skills for rune-langium APIs Use when: Validating a single `.rosetta` file or snippet in memory.
Documentation site and generated agent skills for rune-langium APIs Use when: Embedding a Rune DSL language server in a web application via WebSocket.
Documentation site and generated agent skills for rune-langium APIs Use when: Rendering two or more `RuneTypeGraph` components simultaneously (different....
Runtime <ZodForm> renderer for Zod v4 schemas Use when: You need form rendering in storybook, playgrounds, or low-traffic admin UIs —.... Also: zod, zod-v4, react, forms, form-generation, react-hook-form, schema-driven, dynamic-forms, form-renderer, hookform-resolver, zod-form-renderer.
| name | speckit-workflows-baseline |
| description | Create baseline documentation for the project, establishing context for all future specs. |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"workflows:commands/baseline.md"} |
The user input to you can be provided directly by the agent or as a command argument - you MUST consider it before proceeding with the prompt (if not empty).
User input:
$ARGUMENTS
The baseline workflow creates foundational documentation by:
This provides essential context for you (the AI agent) when working on future tasks.
Run the script .specify/extensions/workflows/scripts/bash/create-baseline.sh --json from repo root and parse its JSON output for BASELINE_SPEC, CURRENT_STATE, BASELINE_COMMIT, and HAS_EXISTING_SPECS. All file paths must be absolute.
Note: The script only accepts the --json flag and ignores $ARGUMENTS.
IMPORTANT You must only ever run this script once. The JSON is provided in the terminal as output - always refer to it to get the actual content you're looking for.
Analyze the Project:
a. If HAS_EXISTING_SPECS is "true":
git show BASELINE_COMMIT:path/to/file to examine files at that pointb. If HAS_EXISTING_SPECS is "false":
Generate baseline-spec.md:
Load .specify/extensions/workflows/templates/baseline/baseline-spec-template.md to understand the structure.
Then comprehensively analyze the codebase (at the baseline commit if applicable) and fill in BASELINE_SPEC with:
Be thorough - examine:
Generate current-state.md:
Load .specify/extensions/workflows/templates/baseline/current-state-template.md for structure.
Scan the specs directory and enumerate all changes by type:
specs/###-* directories with descriptionsspecs/###-*/modifications/ subdirectoriesspecs/bugfix/ entriesspecs/refactor/ entriesspecs/hotfix/ entriesspecs/deprecate/ entriesFor unspecified changes (if HAS_EXISTING_SPECS is true):
Calculate statistics:
Report completion:
Baseline documentation created
**Location**: specs/history/
**Baseline Spec**: [BASELINE_SPEC path]
**Current State**: [CURRENT_STATE path]
{{If HAS_EXISTING_SPECS is true:}}
**Baseline Commit**: [BASELINE_COMMIT]
Note: Baseline represents project state before first spec-kit usage
{{end if}}
**What Was Documented:**
**Baseline Specification**:
- Project structure: [X] components identified
- Technology stack: [Languages/Frameworks]
- Core features: [X] primary features documented
- Architecture: [Brief architecture summary]
**Current State**:
- Features: [X] implemented
- Modifications: [X] tracked
- Bugfixes: [X] fixed
- Other workflows: [X] total
{{If unspecified changes found}}
- Unspecified: [X] commits without specs
{{end if}}
**Using This Context:**
The baseline documentation will help me (your AI assistant) understand:
- What the project does and how it's structured
- What has been built and modified
- Where technical debt exists
- What patterns and conventions to follow
This context will improve my suggestions for all future work.
**Next Steps:**
1. Review the generated documentation for accuracy
2. Make any corrections or additions to baseline-spec.md
3. Use this context when creating new specs with other workflows
4. Periodically update current-state.md as new specs are completed
Before finishing: