Skip to main content
sizukutamago
GitHub creator profile

sizukutamago

Repository-level view of 48 collected skills across 5 GitHub repositories.

skills collected
48
repositories
5
updated
Jul 10, 2026
repository explorer

Repositories and representative skills

code-review
software-quality-assurance-analysts-and-testers

実装完了後のコードレビューに使用。仕様準拠・コード品質・セキュリティの3観点を並列レビューし、指摘を依存解決して修正する。

Apr 21, 2026
retrospective
project-management-specialistscomputer-and-information-systems-managers-113021

セッション完了後の振り返りに使用。ワークフロー遵守の検証、ユーザ指摘の収集と自己改善提案、改善後のリグレッション確認を行う。

Apr 21, 2026
start-workflow
project-management-specialists

ワークフローを開始する。ユースケースを選択し、適切なステップを順に実行する

Apr 21, 2026
planning
project-management-specialists

設計確定後、実装前に使用。設計をタスクに分解し、実装順序と依存関係を明確にする。

Apr 21, 2026
roadmap
project-management-specialists

大規模プロジェクト(複数機能・フェーズ分割が必要)で使用。全体をフェーズに分割し、マイルストーンとリスクを定義する。各フェーズは planning スキルに渡す。

Apr 21, 2026
requirements
project-management-specialists

機能開発・バグ修正の着手前に使用。メインセッションで人間パートナーと対話し、要件を構造化する。コード調査は Explore エージェントに委譲。

Apr 13, 2026
design
graphic-designers

要件確定後、実装前に使用。メインセッションで人間パートナーと対話しながら設計を深掘りし、合意した設計を design.md にまとめる。

Apr 13, 2026
onboarding
career-technical-education-teachers-postsecondaryteaching-assistants-postsecondary

ハーネスのワークフロー・スキル・エージェント・ルールの使い方を対話的に教える。新メンバーがプロジェクトに参加したときに実行する。

Apr 13, 2026
Showing 8 of 18 collected skills.
tmux-ai-chat
software-developers

[INTERNAL] Common tmux operations for AI chat integration. Provides split, send, capture, kill commands with marker-based output extraction. This is an internal base skill used by codex-collab. NOT user-invocable directly - other AI collaboration skills…

Jul 10, 2026
ai-news
software-developers

Fetch daily AI news, research papers, and deep dive analysis with self-evolving source registry. Use when user says 'AIニュース', 'ai-news', '論文', 'papers', '最新AI', 'daily digest', '最新の論文', 'arxiv', 'AI最新動向', 'papers today', '今日のAI', '研究動向', 'AI news', '論文まとめ',…

Mar 18, 2026
biz-news
software-developers

Fetch daily business and tech industry news with self-evolving source registry. Use when user says 'ビジネスニュース', 'biz-news', 'テックニュース', 'スタートアップ', 'business news', 'tech news', '資金調達', 'M&A', '業界ニュース', or wants business/tech industry digest. Use proactively…

Mar 18, 2026
cc-settings
software-developers

Claude Code settings catalog — discover what you can customize. Fetches latest settings and env vars from 3 sources (JSON Schema + official docs + official env-vars docs) to show all available options. Use when user says '設定', 'settings', '設定一覧', '設定カタログ',…

Mar 18, 2026
problem-shaping
project-management-specialists

Deep-dive into problem clarity before building. Raises resolution on problems using 4 perspectives (depth, breadth, structure, time) through structured dialogue with Why Tree (7+ levels deep). Use when user says '課題を深掘り', '解像度を上げたい', '作る前に整理', 'problem…

Mar 18, 2026
daily-log
project-management-specialists

End-of-day retrospective: review accomplishments, update task state, and prepare for tomorrow. Use when the user says '振り返り', '今日の成果', '帰る前に', 'daily log', 'wrap up', '1日の終わり', or wants to review what they accomplished today.

Mar 12, 2026
deep-research
market-research-analysts-and-marketing-specialists-131161

Comprehensive deep research that produces structured, multi-section reports with source citations. Only use when user explicitly requests deep/thorough research via '/deep-research' command or says '徹底調査', 'deep research', '調査レポート作成', '包括的なレポート'. Do NOT…

Mar 12, 2026
blog-draft
writers-and-authors

Blog drafting workflow: create a structured blog post draft from recent work, decisions, and learnings. Use when the user says 'ブログ', 'blog', '記事', 'アウトプット', '書きたい', or wants to turn recent work or learnings into a blog post.

Mar 11, 2026
Showing 8 of 10 collected skills.
orchestrator
software-developers

Run the full workflow pipeline. Use when the user wants to "run blueprint workflow", "automate spec to docs", "orchestrate pipeline", "run the full pipeline", "execute blueprint", "start blueprint", "run complete design-to-code pipeline", "spec to…

Mar 14, 2026
requirements
project-management-specialists

Define requirements through structured user interviews using Double Diamond pattern and EARS-inspired notation. This skill should be used BEFORE /spec — use /spec when you already know what to build and need I/O boundary contracts, use /requirements when you…

Mar 14, 2026
self-improve
software-developers

Analyze accumulated blueprint usage logs and generate improvement PRs for the plugin itself. Use when the user wants to "improve blueprint plugin", "analyze blueprint logs", "self-improve", "check improvement opportunities", "generate improvement PR", "review…

Mar 14, 2026
spec
software-developers

Create I/O boundary contracts through brainstorming. Use when the user wants to "create contract", "define spec", "brainstorm API design", "design I/O boundary", "define external integration", "specify file format", "design screen", "create UI spec", "define…

Mar 14, 2026
implement
software-developers

Implement code from Contract YAML and RED tests. Use when the user wants to "implement contracts", "generate implementation", "make tests green", "create implementation", "write code from spec", "build feature from contract", "implement feature", "implement…

Mar 5, 2026
gap-analysis
software-developers

This skill should be used when the user asks to "analyze implementation gap", "evaluate feasibility", "assess codebase compatibility", "compare requirements with existing code", or "plan implementation approach". Analyzes gaps between requirements and…

Mar 5, 2026
generate-docs
software-developers

Generate design documents from existing code. Use when the user wants to "generate design docs", "create documentation from code", "reverse engineer architecture", "extract design documents", "document existing system", "create docs from implementation",…

Mar 5, 2026
test-from-contract
software-quality-assurance-analysts-and-testers

Generate TDD tests from Contract YAML files. Use when the user wants to "generate tests from contracts", "create TDD tests", "test from contract", "generate test stubs", "create Level 1 and Level 2 tests", "write contract tests", "TDD from contracts",…

Mar 5, 2026
Showing 8 of 10 collected skills.
todo-add
software-developers

Add a new TODO task via natural language chat. AI structures the input into a task file and places it in inbox/. Asks follow-up questions via AskUserQuestion only when context is insufficient for planning. Use when user says "TODO追加", "タスク追加", "todo-add",…

Mar 23, 2026
todo-approve
software-developers

Approve a planned task for execution. Moves the task file from planned/ to approved/. Use when user says "承認", "approve", "todo-approve", "実行して", "これでOK", or wants to approve a planned TODO task.

Mar 23, 2026
todo-cancel
secretaries-and-administrative-assistants-except-legal-medical-and-executive

Cancel a TODO task. Moves the task file to done/ with cancelled status or deletes it. Use when user says "キャンセル", "取り消し", "cancel", "todo-cancel", "やめる", or wants to cancel a TODO task.

Mar 23, 2026
todo-execute-scheduled
software-developers

Scheduled task version of todo-execute. Runs daily via Desktop Scheduled Tasks. Executes approved tasks in git worktrees with safety constraints. NOT user-invocable — triggered only by Desktop Scheduled Tasks.

Mar 23, 2026
todo-execute
software-developers

Execute approved TODO tasks. Creates git worktrees for isolation, implements changes according to plans, runs tests, and creates PRs. Use when user says "実行", "execute", "todo-execute", "タスク実行", "これやって", or wants to execute approved tasks immediately.

Mar 23, 2026
todo-scan-plan-scheduled
software-developers

Scheduled task version of todo-scan. Runs hourly via Desktop Scheduled Tasks. Scans inbox/ for new tasks, analyzes codebases, generates execution plans. NOT user-invocable — triggered only by Desktop Scheduled Tasks.

Mar 23, 2026
todo-scan
software-developers

Manually trigger scan+plan for inbox tasks. Analyzes codebases and generates execution plans, then moves tasks from inbox/ to planned/. Use when user says "スキャン", "scan", "todo-scan", "計画立てて", "タスクを分析", or wants to manually trigger task planning.

Mar 23, 2026
todo-status
software-developers

Show status summary of all TODO tasks across all directories. Use when user says "タスク一覧", "TODO確認", "todo-status", "状態確認", "何がある", "タスクどうなってる", or wants to see task overview.

Mar 23, 2026
Showing 5 of 5 repositories
All repositories loaded