원클릭으로
speckit-baseline
Generate feature specifications by analyzing existing source code.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate feature specifications by analyzing existing source code.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | speckit-baseline |
| description | Generate feature specifications by analyzing existing source code. |
.specify/ scripts and templates.If the target is missing or ambiguous, ask a focused question before continuing.
Generate a technology-agnostic spec for existing code, then create the feature branch/spec file using the standard Spec Kit templates.
Parse target input: Identify files, directories, or patterns to analyze.
Discover and read source files:
Analyze code structure:
Generate a short name (2-4 words) from the analyzed code:
Create the feature branch and spec file:
.specify/scripts/bash/create-new-feature.sh --json with the calculated number and short name.Load the spec template from .specify/templates/spec-template.md.
Draft the specification using the template structure:
Abstract implementation details:
Create spec quality checklist at FEATURE_DIR/checklists/requirements.md.
Report completion with:
specs/<feature>/spec.mdspecs/<feature>/checklists/requirements.md[NEEDS CLARIFICATION] for ambiguous code sections (max 3).Code Pattern → Spec Requirement:
if (user.role === 'admin') → "System MUST restrict action to administrator users"password.length >= 8 → "Passwords MUST be at least 8 characters"cache.set(key, value, 3600) → "System MUST cache results for improved performance"try { ... } catch (e) { notify(e) } → "System MUST notify users when errors occur"Code Pattern → User Story:
After generating spec.md:
Convert Claude Code commands (.claude/commands/*.md) to standard Agent Skills (skills/*/SKILL.md). Use when migrating slash commands to portable skill format, creating skills from existing commands, or standardizing command definitions across AI runtimes.
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Generate a custom checklist for the current feature based on user requirements.
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
Execute the implementation plan by processing and executing all tasks defined in tasks.md