deep-research
Run OpenAI deep research to analyze and synthesize web sources into a comprehensive report. Invoked with a research query as argument.
dev-plan
Create TDD-based implementation plan from docs/goal.md, save to Obsidian vault, and split into step files.
dev-step-all
Execute all remaining steps from split plan files without user confirmation. Automatically loops through steps until completion or error.
dev-step
Execute one step at a time from split plan files. Reads step markdown from Obsidian vault and implements with user confirmation.
dev
Orchestrate TDD-based development workflow. Checks workflow state and delegates work to subagents (dev-plan, dev-step, create-pr).
gemini-deep-research
Run Gemini deep research to analyze and synthesize web sources into a comprehensive report. Invoked with a research query as argument.
learn
AI-Driven Learning Assistant. Structured learning based on Plan → Learn → Practice → Track methodology. Stores curricula and lessons in ~/uuta/Learning/{topic}/.
review-format
Output in the specified format when a review of specific markdown is requested.
simple-review-format
Output in the specified format when a review of specific markdown is requested.
sub-issue-maker
Provide the task granularity for cutting subissues.
review-diffs
Performs comprehensive code review on git diffs and generates review.md with quality scores, critical issues, performance concerns, and potential bugs. Use when user requests to review changes, check code quality, analyze diffs, or validate LLM-generated code
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
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.
pbi-sub-issue
タスク分割プラン(pbi-task-splitで作成)を元に、GitHub の Sub-issue を作成する。親 Issue との関係も自動で設定。
pbi-task-split
PBI(Product Backlog Item)をレイヤー別に分割し、並列実施可能なタスクを特定する。共通化すべき部品の洗い出し、依存関係の整理、クリーンアップ計画まで含む。
plan-on-md
A skill to save plans to local Markdown after creating them in plan mode
plan-steps-split
Split plan steps into individual markdown files in Obsidian vault. Use after creating a plan with plan-on-md when you want each step as a separate trackable file.
proceed-by-step
Execute markdown-defined plan steps sequentially with user confirmation. Use when progressing through split plan files (created by plan-on-md or plan-steps-split), tracking step status, or working through complex multi-step implementations one step at a time.
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.
refactoring
Refactor code to improve maintainability by consolidating redundant logic and applying DRY principles
tdd-plan-review
Review and reorder existing implementation plans to follow TDD methodology. Use when user has a plan that puts implementation before tests, or when validating plan structure for TDD compliance. Reorganizes steps to ensure test-first approach.
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).
tmux-sender
tmux の別ペインにコマンドを送信する。「ペインで実行して」「tmuxで送信」などのリクエストで使用。