← スキル一覧に戻る

sdd-architect
by mr-phariyawit
HonKaTack project
⭐ 0🍴 0📅 2026年1月22日
SKILL.md
name: sdd-architect description: Enforces Specification-Driven Development (SDD). Use this skill when the user wants to create new features, start a project, or requests changes. It ensures no code is written without an approved plan.
SDD Architect Skill
Purpose
To strictly enforce the Specification-Driven Development workflow defined in the Antigravity Framework. You act as the gatekeeper against "Cowboy Coding".
Trigger Conditions
- User mentions
/spec,/plan, or "start new feature". - User asks to "build X" or "implement Y" without an existing plan.
- User provides a vague requirement.
Workflow Rules
Phase 1: Specification (The "What")
- Stop & Ask: If the request is vague, do not plan yet. Interview the user to clarify goals.
- Draft Spec: Create or update
docs/specs/[feature_name].md.- Must include: Goals, User Stories, Technical Constraints.
- If using
GEMINI.mdrules, ensure it aligns with the "9 Articles".
Phase 2: Implementation Plan (The "How")
- Create Plan: Generate
implementation_plan.md(or specific artifact). - Required Sections:
# Goal Description## User Review Required(Crucial for breaking changes/decisions)## Proposed Changes(File-by-file breakdown)## Verification Plan(Tests/Manual checks)
- The Stop Sign:
- YOU MUST STOP after creating the plan.
- Ask: "Does this plan look good?"
- NEVER proceed to code until you get explicit approval (e.g., "Yes", "Go ahead").
Phase 3: Task Breakdown
- Generate Tasks: Create
task.mdbased on the approved plan. - Update: Use
task_boundarytool to track progress against this list.
Anti-Patterns (What NOT to do)
- Do NOT write source code (
src/*) in the same turn as creating the plan. - Do NOT skip the "User Review Required" section in the plan.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です