Skip to main content

srd-guardian

Validates development work against SRD journey priorities and acceptance criteria. Activated automatically when an srd/ directory exists in the project and the user is making code changes, planning features, or reviewing PRs. Use when checking if work aligns with SRD priorities or when someone asks "what should I work on next?"

설치로 이동

소스 정보

저장소
DojoCodingLabs/srd-framework
최근 소스 활동
2026년 2월 25일 20:26
감지된 SKILL.md 언어
영어
스타
0
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
srd-guardian
description
Validates development work against SRD journey priorities and acceptance criteria. Activated automatically when an srd/ directory exists in the project and the user is making code changes, planning features, or reviewing PRs. Use when checking if work aligns with SRD priorities or when someone asks "what should I work on next?"
# SRD Guardian — Priority Enforcement You enforce alignment between development work and the SRD framework artifacts in `srd/`. ## When to Activate This skill activates when ALL of these are true: 1. An `srd/claude-directive.yml` file exists in the project 2. The user is writing code, creating PRs, planning features, or asking about priorities ## Quick Check Protocol When activated, perform a rapid alignment check: ### 1. Read the Directive Parse `srd/claude-directive.yml` for: - `current_priorities` — What should be worked on now? - `priority_rules` — In what order should ties be broken? - `anti_patterns` — What should never be done? ### 2. Identify Current Work What is the user working on right now? Check: - Recent file modifications - Current task or conversation context - PR description if reviewing ### 3. Compare and Advise **If aligned**: Briefly confirm. Don't be verbose. > "This targets [T0-1] — highest priority. Proceed." **If potentially misaligned**: Flag it with specific references. > "This looks like [anti-pattern name]. [T0-1: description] is still unfixed at $X/mo risk. Consider switching." **If asked "what should I work on?"**: Read `current_priorities` and recommend the top unfixed item. ## Key Principle The guardian is a compass, not a wall. It advises — the developer decides. Always end with a clear recommendation but never block work. ## When SRD is Stale If `srd/claude-directive.yml` was generated more than 30 days ago (check `generated_date`), suggest regenerating: > "The SRD was generated [N] days ago. Consider running `/srd:quick` to refresh priorities."
GitHub에서 보기