Skip to main content
Dépôt GitHub

orchestrator-pack

orchestrator-pack contient 29 skills collectées depuis ugudlado, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
29
Stars
0
mis à jour
2026-07-31
Forks
0
Couverture métier
classification en attente
explorateur de dépôts

Skills dans ce dépôt

explore
non classé

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

2026-07-31
approve-qa
non classé

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
non classé

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
non classé

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
non classé

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
non classé

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
non classé

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

2026-07-31
design
non classé

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
non classé

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

2026-07-31
diagram
non classé

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
non classé

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
non classé

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
non classé

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
non classé

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
non classé

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
non classé

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
non classé

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
non classé

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
non classé

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
non classé

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
non classé

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

2026-07-31
rework
non classé

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
non classé

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
non classé

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

2026-07-31
specify
non classé

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
non classé

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
non classé

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
non classé

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

2026-07-31
workflow-creator
non classé

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