Topic: agent-orchestration
2,114 skills in this topic.
-
spec-driven-development
Specification creation and management for the Pilot Shell methodology. Covers semantic search, clarifying questions, structured spec generation, and iterative refinement.
a5c-ai/babysitter 514
-
strict-tdd
Strict RED->GREEN->REFACTOR test-driven development with enforcement. Never write production code before a failing test. Atomic commits per TDD cycle.
a5c-ai/babysitter 514
-
worktree-isolation
Git worktree management for safe, isolated feature development. Creates, manages, and cleans up worktrees with branch naming and dependency setup.
a5c-ai/babysitter 514
-
completion-verification
a5c-ai/babysitter 514
-
error-logging
a5c-ai/babysitter 514
-
findings-capture
a5c-ai/babysitter 514
-
plan-creation
a5c-ai/babysitter 514
-
progress-tracking
a5c-ai/babysitter 514
-
session-recovery
a5c-ai/babysitter 514
-
constitution-creation
Establish project governing principles including dev guidelines, code quality standards, testing policies, UX requirements, performance benchmarks, and security constraints.
a5c-ai/babysitter 514
-
cross-artifact-analysis
Perform cross-artifact consistency and coverage analysis across constitution, specification, plan, and task artifacts to detect gaps, conflicts, and misalignments before implementation.
a5c-ai/babysitter 514
-
implementation-execution
Execute development tasks to build features, producing code, tests, and configuration artifacts that satisfy specification requirements and comply with constitution standards.
a5c-ai/babysitter 514
-
planning-design
Design technical architecture, select technology stack, and define implementation strategy from specifications and constitution constraints.
a5c-ai/babysitter 514
-
quality-checklist
Validate implementation quality through custom checklists, scoring against constitution standards, specification coverage, and producing remediation recommendations.
a5c-ai/babysitter 514
-
specification-writing
Write feature specifications as requirements and user stories with acceptance criteria, focusing on business value and testable conditions.
a5c-ai/babysitter 514
-
task-decomposition
Convert technical plans into actionable development tasks with dependency graphs, effort estimates, and parallelization opportunities.
a5c-ai/babysitter 514
-
dispatching-parallel-agents
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.
a5c-ai/babysitter 514
-
finishing-a-development-branch
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work.
a5c-ai/babysitter 514
-
receiving-code-review
Use when receiving code review feedback, before implementing suggestions. Requires technical rigor and verification, not blind implementation.
a5c-ai/babysitter 514
-
using-git-worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans.
a5c-ai/babysitter 514
-
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment.
a5c-ai/babysitter 514
-
bats-test-scaffolder
Generate BATS test structure and fixtures for shell script testing with setup/teardown, assertions, and mocking.
a5c-ai/babysitter 514
-
blessed-widget-generator
Generate blessed widgets for Node.js terminal UIs with boxes, lists, forms, and dashboard layouts.
a5c-ai/babysitter 514
-
chocolatey-package-generator
Generate Chocolatey package for Windows CLI distribution.
a5c-ai/babysitter 514