Agent skill
sub-issue-maker
Provide the task granularity for cutting subissues.
Install this agent skill to your Project
npx add-skill https://github.com/uuta/dotfiles/tree/main/skills/sub-issue-maker
SKILL.md
Conditions
もし何かを実装する必要があるなら
DDDをプロジェクトに採用しているため、下記の観点でSub-issueに切れないか検討してください。
- Frontend
- constantsの修正
- domainの修正
- infrastructureの修正(APIを定義・修正したりする場合のみ)
- Backend
- controllerの修正
- domainの修正
- use caseの修正
- infrastructureの修正(外部APIを新たに定義・修正したり、table schemaを新たに定義・修正したりする必要がある場合のみ)
要件を読んで、他に必要そうなタスクがあれば適宜切ってください(Dockerfileの修正等)
他の要件に関して
要件に応じて適切なサイズでtaskを切ってください
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
pbi-sub-issue
タスク分割プラン(pbi-task-splitで作成)を元に、GitHub の Sub-issue を作成する。親 Issue との関係も自動で設定。
dev
Orchestrate TDD-based development workflow. Checks workflow state and delegates work to subagents (dev-plan, dev-step, create-pr).
neo-frontend-design
Create dark command-center / cyberpunk dashboard interfaces inspired by the OJPP Portal design. Use this skill when the user asks for a dark, neon-accented, terminal-aesthetic UI. Generates production-grade code with glitch effects, monospace typography, and per-module neon color coding.
tdd-plan
Create implementation plans following TDD methodology with test-first approach. Each test file is immediately followed by its implementation (fine-grained RED→GREEN cycles).
prototype
Generate 3 HTML prototype variants using a team of parallel agents. Each agent creates a distinct design pattern (e.g., hover effects, animations, layouts) based on user prompts or docs/goal.md. Use when the user wants to explore multiple design directions for a UI component.
review-format
Output in the specified format when a review of specific markdown is requested.
Didn't find tool you were looking for?