ReinaMacCredyReinaMacCredyCommunity·15 Agent Skills Included

maestro

Coordinate human and agent work with durable records

Coordinates human and agent work across repositories with durable records for tasks, decisions, evidence, and handoffs. Eliminates lost context, conflicting edits, and unverified claims by storing every contract and proof in the shared Git root. Routes work into quickfix, light, or full tiers and verifies results through layered evidence before anything ships.
npx skills add ReinaMacCredy/maestro --all -g -y
Available:

Tells the agent its role in the room, how to read live maestro state, and which commands to use for tracking work, dispatches, and handbacks.

All Skills in This Repository (15)

Pure Emerald Level Indicators
📦 In Repo
ReinaMacCredyReinaMacCredy

conductor

Translate design and plan documents into Beads-enabled Conductor workflows.

Community
Advanced
📦 In Repo
ReinaMacCredyReinaMacCredy

sharing-skills

Guide branch workflow, editing, committing, pushing, and creating pull requests for skills.

Community
Intermediate
📦 In Repo
ReinaMacCredyReinaMacCredy

test-driven-development

Enforce the Red-Green-Refactor cycle with failing tests before implementation.

Community
Intermediate
📦 In Repo
ReinaMacCredyReinaMacCredy

subagent-driven-development

Dispatch per-task subagents and enforce two-stage reviews for implementation plans.

Community
Advanced
📦 In Repo
ReinaMacCredyReinaMacCredy

beads

Track multi-session work with dependency graphs and git-backed persistence.

Community
Advanced
📦 In Repo
ReinaMacCredyReinaMacCredy

design

Run collaborative Double Diamond design sessions to generate design.md files.

Community
Advanced
📦 In Repo
ReinaMacCredyReinaMacCredy

create-plan

Generate a Markdown plan with scope, action items, and open questions.

Community
Basic
📦 In Repo
ReinaMacCredyReinaMacCredy

writing-skills

Automate test-driven documentation to verify skill definitions with RED-GREEN-REFACTOR workflows.

Community
Advanced
📦 In Repo
ReinaMacCredyReinaMacCredy

session-compaction

Compress session context into a fixed-format Markdown summary with quality scoring and history persistence.

Community
Intermediate
📦 In Repo
ReinaMacCredyReinaMacCredy

dispatching-parallel-agents

Dispatch parallel agents to investigate independent failure domains and produce root-cause summaries.

Community
Advanced
📦 In Repo
ReinaMacCredyReinaMacCredy

using-superpowers

Detect applicable skills and invoke the Skill tool before responding.

Community
Advanced
📦 In Repo
ReinaMacCredyReinaMacCredy

finishing-a-development-branch

Verify tests and present merge, PR, or cleanup options for a development branch.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install maestro?

Run `npx skills add ReinaMacCredy/maestro --all -g -y` in your terminal to install all skills in this suite globally.

What problem does maestro solve?

It keeps work items, decisions, evidence, and handoffs in a durable store inside each repository, so context survives session resets and multiple agents never conflict silently.

How does maestro coordinate multiple agents?

A Lead opens bounded dispatches to Peer lanes, each returning a structured handback with proof, while a Supervisor holds owner authority across projects.

Does maestro need a background service?

No. It runs as a local-first CLI on Bun with a SQLite store in the Git root and no daemon or scheduler.

Can non-developers use maestro?

The concepts are plain, but daily use runs through terminal commands and agent sessions, so basic comfort with a development workflow helps.

Related Repositories in Software Engineering

View All in Software Engineering