スキル一覧に戻る
frostaura

sdlc-tier-selection

by frostaura

A toolkit for building full-stack systems. Battle-tested with Copilot in VS Code, with agents for Github Copilot CLI.

23🍴 25📅 2026年1月13日
GitHubで見るManusで実行

SKILL.md


name: sdlc-tier-selection description: Guide for selecting the appropriate SDLC tier based on project complexity. Use when planning features, assessing scope, or starting new work.

SDLC Tier Selection

Repository State (Check First)

StateAction
Empty (no src/)Start fresh with full design templates
Has code + designsUpdate existing designs, maintain compatibility
Has code, no designsAnalyze codebase, generate designs, then proceed

SDLC Tiers

⚠️ Time estimates are HUMAN hours for complexity assessment only. Never refuse scope based on time.

TierScopeDesign Docs Required
MicroBug fixes (<1 day)use-cases.md (if needed)
SmallSingle feature (1-3 days)use-cases.md + architecture.md + api.md
MediumMultiple features (3-7 days)+ database.md
LargeMajor changes (1-2 weeks)All 6 docs
EnterpriseFull system (2+ weeks)All 6 docs

Phase Sequences

Micro: Requirements → Design Update (if needed) → Implementation → Testing

Small: Requirements → Design → Implementation → Testing → Deployment

Medium: Requirements → System Design → Documentation → Implementation → QA → Deployment

Large: Requirements → Architecture → Detailed Design → Documentation → Development → Testing → Quality Gates → Deployment

Enterprise: Discovery → System Architecture → Detailed Design → Compliance → Phased Development → Comprehensive Testing → Quality Gates → Infrastructure → Deployment → Post-Release

Design Documents (in .gaia/designs/)

  • use-cases.md - Use cases, user flows, API/UI journeys
  • architecture.md - System design and components
  • api.md - API endpoints and contracts
  • database.md - Schema and data models
  • security.md - Authentication and authorization
  • frontend.md - UI/UX patterns and components

After Selection

mcp__gaia__remember("sdlc", "type", "[micro/small/medium/large/enterprise]", "ProjectWide")
mcp__gaia__remember("sdlc", "phases", "[phase list]", "ProjectWide")

スコア

総合スコア

75/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です