Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/ForceInjection/domain-driven-design-skills --skill task-skill명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | task-skill |
| description | 汎用的なタスクを実施する |
課されたタスクを遂行する
既存のコードやテキストの調査および現状把握において、以下のルールを遵守する
*.md や docs/ ディレクトリ配下の内容、コード内コメントには有益な情報が残されている場合が多いので活用する
実装やリファクタリング、コードへのドキュメンテーションにおいて、以下のルールを遵守する
branch-prefix/task-name の形式で定義する
branch-prefix については、指示の先頭または末尾に #branch-prefix の形式で指定があった場合はその値を、指定がなかった場合は yktakaha4 を利用するtask-name については、指示の内容を英語で要約したものをケバブケースで設定する#task-123 型エラーを修正して と入力された場合、ブランチ名は task-123/fix-type-errors のようになるco-authored-by を追加してくださいタスクの実行結果の記録方法において、以下のルールを遵守する
dir/subdir/code.py:123-125 を示すリンクは、 [dir/subdir/code.py:123-125](../dir/subdir/code.py#L123) となる${base_dir}/tkhstmp/task_${YYYYMMDD}_${調査概要の英語表現}.md に保存する
${base_dir} は、Gitリポジトリの場合はリポジトリルート、そうでない場合はコーディングエージェントの実行を開始した時の作業ディレクトリmkdir -p tkhstmp/ 相当の操作で作成するtkhstmp/ に保持すればよく、gitへのコミットは不要です記録の出力形式を以下に示す
# ${作業概要の日本語表現}
- 作業日: ${記録の出力時刻}
- Git: ${ブランチ名} ${コミットSHA}
## まとめ
${3行程度の箇条書きで記録の要約を記載する}
---
${ルールを遵守する範囲で自由に記述する}