소스 정보
- 저장소
- ForceInjection/domain-driven-design-skills
- 최근 소스 활동
- 2026년 5월 8일 03:07
- 감지된 SKILL.md 언어
- 영어
- 스타
- 25
- 포크
- 7
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/ForceInjection/domain-driven-design-skills --skill selecting-agents명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Conduct deep academic research for philosophy, neuroscience, cognitive science, and theoretical computer science (computability, complexity, AI theory, logic). Use when user asks to: research academic topics, find scholarly papers, conduct literature reviews, analyze citations, synthesize research findings, explore philosophical arguments, investigate consciousness/cognition, study computability/decidability/Turing machines, or analyze academic debates. Triggers on: 'research papers', 'literature review', 'academic sources', 'scholarly articles', 'philosophy of mind', 'computability theory', 'neuroscience studies', 'find papers on', 'what does the research say'.
Create clear action plans with steps, success criteria, and risk awareness. Use before implementing features, making changes, starting projects, or anytime you need a roadmap to success. Triggers on "plan this", "how should we approach", "what's the strategy", "steps to complete", or when facing complex multi-step work.
Add keyboard navigation to a feature using CommandRegistryService. Use when implementing keyboard shortcuts, vim-style navigation, or hotkeys for a page or component.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | Selecting Agents |
| description | Decision guide for choosing the right specialized agent for each task type |
| when_to_use | before dispatching work to specialized agents, when multiple agents could apply |
| version | 1.0.0 |
Use the right agent for the job. Each agent is optimized for specific scenarios and follows a focused workflow.
This skill helps you choose which specialized agent to use based on the task at hand.
For automatic agent selection: When executing implementation plans, use the /cipherpowers:execute command which applies this skill's logic automatically with hybrid keyword/LLM analysis. Manual selection using this skill is for ad-hoc agent dispatch outside of plan execution.
When selecting agents (manually or automatically), you must analyze the task requirements and context, not just match keywords naively.
DO NOT use naive keyword matching:
DO use semantic understanding:
Examples of INCORRECT selection:
Examples of CORRECT selection:
Selection criteria:
Red flags that indicate you're selecting incorrectly:
When to use: After code changes that affect documentation
Scenarios:
Skill used: maintaining-docs-after-changes
Command: /cipherpowers:verify docs
Key characteristic: Reactive to code changes - syncs docs with current code state
When to use: Complex, multi-layered debugging requiring deep investigation
Scenarios:
Skills used: systematic-debugging, root-cause-tracing, defense-in-depth, verification-before-completion
Key characteristic: Opus-level investigation for complex scenarios, not simple bugs
When to use: Rust development tasks requiring TDD and code review discipline
Scenarios:
Skills used: test-driven-development, testing-anti-patterns, code-review-reception
Key characteristic: Enforces TDD, mandatory code review, project task usage
When to use: Reviewing code changes before merging
Scenarios:
Skill used: conducting-code-review
Command: /cipherpowers:code-review
Key characteristic: Structured review process with severity levels (BLOCKING/NON-BLOCKING)
When to use: Evaluating implementation plans before execution
Scenarios:
/cipherpowers:plan/cipherpowers:executeSkill used: verifying-plans
Command: /cipherpowers:verify plan
Key characteristic: Evaluates plan against 35 quality criteria across 6 categories (Security, Testing, Architecture, Error Handling, Code Quality, Process)
| Confusion | Correct Choice | Why |
|---|---|---|
| "Just finished feature, need docs" | technical-writer + /summarise | technical-writer syncs API/feature docs, /summarise captures learning |
| "Quick docs update" | technical-writer | All doc maintenance uses systematic process |
| "Fixed bug, should document" | /summarise command | Capturing what you learned, not updating technical docs |
| "Changed README" | Depends | Updated feature docs = technical-writer. Captured work summary = /summarise |
| "Production debugging done" | /summarise command | Document the investigation insights and lessons learned |
Scenario 1: Added new API endpoint → technical-writer - Code changed, docs need sync
Scenario 2: Spent 3 hours debugging Azure timeout → /summarise command - Capture the investigation, decisions, solution
Scenario 3: Both apply - finished user authentication feature → technical-writer first - Update API docs, configuration guide → /summarise second - Capture why you chose OAuth2, what issues you hit
Scenario 4: Random test failures in CI → ultrathink-debugger - Complex timing/environment issue needs deep investigation
Scenario 5: Simple bug fix in Rust → rust-agent - Standard development workflow with TDD
Scenario 6: Just finished writing implementation plan → plan-review-agent - Validate plan before execution
Scenario 7: About to execute plan, want quality check → plan-review-agent - Ensure plan is comprehensive and executable