Provides a focused 4-step bugfix process (Investigate → Write failing test → Fix → Verify) and status conventions for quick, auditable fixes. It prescribes roles/agents for each step, test-type guidance (unit vs e2e), output formatting, and escalation to deeper debugging when needed.
Use when a reproducible bug is found and you want a fast, disciplined response that produces tests and verifiable fixes. Not intended for feature work or large refactors; escalate to run-orchestrator for complex cases.
Designed for developer-assistant agents (Claude Code, GitHub Copilot-like tools, or Codex-based agents) that can run tests, read diffs, and update run-state files.
This skill has not been reviewed by our automated audit pipeline yet.
Flutter Expert
Expert Flutter/Dart patterns and best practices for building maintainable cross-platform mobile apps (state management, navigation, testing).
Documentation (ADR & Runbook)
Generates and templates operational documentation: Architecture Decision Records (ADRs) and runbooks, with templates and principles for when and how to record d
Plan Tree Validator
Validates hierarchical plan trees against 8 invariants (parent/child integrity, no orphans, valid status, monotonic revisions, DAG acyclicity, etc.) and refuses