Skip to main content
GitHub リポジトリ

orchestrator-pack

orchestrator-pack には ugudlado から収集した 29 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
29
Stars
0
更新
2026-07-31
Forks
0
職業カバレッジ
分類待ち
リポジトリエクスプローラー

このリポジトリの skills

explore
未分類

Explore the codebase and write a discovery brief. Use when discovering scope, surveying a codebase, or starting a feature.

2026-07-31
approve-qa
未分類

QA passed — merge branch to main, move ticket to Done, delete branch. Use after QA sign-off on a completed feature.

2026-07-31
autopilot
未分類

Run one fully-autonomous development iteration. Picks a ticket (from --focus or backlog via ideator), then runs the `orchestrator autopilot <slug>` workflow subcommand. This skill should be used when the user says 'autopilot', 'autonomous', 'self-improve'.

2026-07-31
commit-group
未分類

Create commits in logical groups. This skill should be used when the user says 'commit-group', 'group commits', 'organize commits', or when there are multiple unstaged changes that should be organized into atomic commits.

2026-07-31
complete-feature
未分類

Complete feature — verify, signoff, archive. Runs only the complete phase of the orchestrate workflow. This skill should be used when the user says 'complete feature', 'finish feature', 'merge to main'.

2026-07-31
context-hub
未分類

Fetch curated, agent-optimized library documentation via Context Hub (chub). Use when implementing features that use external libraries, when Context7 returns noisy/incomplete docs, when you need language-specific or version-specific API docs, or when the user says "chub", "context hub", "get docs for X". Prefer this over Context7 for libraries in chub's registry — curated docs have less noise and better code examples.

2026-07-31
design-review
未分類

Review design.md and tasks.yaml for completeness and quality. Use when reviewing a design before implementation.

2026-07-31
design
未分類

Produce design.md and tasks.yaml from discovery. Use when designing a feature, drafting an approach, or breaking work into tasks.

2026-07-31
diagnose
未分類

Diagnose a bug and write a diagnosis brief. Use when investigating failures, root-causing bugs, or starting a bugfix.

2026-07-31
diagram
未分類

Generate visual diagrams (flowchart, sequence, class, state, ER, C4) via draw.io. This skill should be used when the user says 'draw a diagram', 'visualize the architecture', 'create a flowchart', 'sequence diagram for X', 'show me the class hierarchy', or asks for any visual representation of code or systems.

2026-07-31
doctor
未分類

Run the unified orchestrator health check. Use when user says "doctor", "/doctor", "health check", "check orchestrator health", or before debugging dispatch/contract errors.

2026-07-31
humanizer
未分類

Remove AI writing patterns from text. This skill should be used when the user says 'humanize', 'make this sound human', 'remove AI patterns', 'rewrite naturally', or asks to edit text to sound less AI-generated.

2026-07-31
ideate
未分類

Brainstorm ideas, explore designs, and build a prioritized backlog. Use when the user wants new feature ideas, backlog management, or says "ideate", "brainstorm", "what should we build".

2026-07-31
implement
未分類

Implement pending tasks from tasks.yaml (or derive from ticket context). Use when coding a change, implementing a feature, or executing implementation tasks.

2026-07-31
learn
未分類

Reflect on a completed run and propose workflow/prompt improvements. Use when learning from a run, writing retros, or improving workflows.

2026-07-31
linear
未分類

This skill should be used when the user asks to "create a Linear issue", "file a ticket", "open a Linear ticket", "update a Linear issue", "check a Linear ticket", "add a label to a ticket", "assign an issue", "close a ticket", or any time a workflow step needs to create/read a Linear ticket. Also use when reading or writing ticket_id in state.yaml.

2026-07-31
orchestrate
未分類

Workflow router — detects intent and loads the right schema. This skill should be used when the user says 'orchestrate', 'start a feature', 'fix a bug', or describes development work that maps to a workflow type (feature, bugfix, autopilot).

2026-07-31
pal
未分類

Use PAL MCP to invoke external CLI models (Codex, Claude) for cross-model code review, artifact review, consensus, and deep analysis. Triggers when you need an independent model's perspective — code reviews, spec reviews, architectural debates, or second opinions. Also use when the user says "ask codex", "cross-model review", "get a second opinion", or "use PAL".

2026-07-31
patch
未分類

Run the patch workflow — implement a small, well-scoped change with no design phase. Use when the ticket already has a clear implementation path and design artifacts are not needed. Skips explore, design, and design-review.

2026-07-31
portless
未分類

Set up portless named .localhost dev URLs for any project. Detects project type (static, Vite, Next.js, Express, etc.), adds the dev script with portless, installs dependencies, and verifies the setup works. Use when adding a new project to the portless dev environment or when the user says "add portless", "set up dev server", "named localhost", or "portless".

2026-07-31
review
未分類

Phase quality review against the project quality bar. Use when reviewing implementation quality, scoring a phase, or gating merge readiness.

2026-07-31
rework
未分類

QA failed — move ticket back to In Progress. Branch is retained; developer resumes work on it. Use when QA finds issues that need fixes before re-review.

2026-07-31
run-design
未分類

Run the design workflow schema (explore → design → design-review). Prefer /orchestrate --schema design. The design skill-step lives under config/steps/design.

2026-07-31
run-implement
未分類

Run the implement workflow schema. Prefer /orchestrate --schema implement. The implement skill-step lives under config/steps/implement.

2026-07-31
specify
未分類

Create feature specification via the orchestrate workflow. Delegates to /orchestrate for init and a full workflow run. Use when the user says 'specify', 'create spec', 'write specification'.

2026-07-31
systematic-debugging
未分類

Systematic debugging — reproduce, trace, hypothesize, verify. This skill should be used when the user says 'debug this', 'why is this failing', 'trace the error', 'find the root cause', or encounters a bug, test failure, or unexpected behavior that needs methodical investigation.

2026-07-31
ux-critique
未分類

UX design critique with staff-level evaluation. Use when reviewing UI/UX, critiquing designs, or before shipping a UI feature.

2026-07-31
ux-design
未分類

Design and validate UI/UX through prototyping and critique. Use when designing interfaces or producing UX artifacts.

2026-07-31
workflow-creator
未分類

Create orchestrator workflows from any user goal. Web-searches how similar real-world workflows are structured, breaks them into steps, classifies each step as shell (script) or prompt (charter directory), then scaffolds config/workflows and config/steps. Use when the user asks to create a workflow, design a pipeline, build a multi-step process (course creator, content, dev, ops, research), or says workflow-creator or custom orchestrator schema.

2026-07-31