Maestro — управление карточками от handoff до релиза
★ 7.1 · general
maestro-card is a Claude Code skill that handles active card work in a Maestro-based project after design approval — covering implement, fix, verify, QA, close, and release phases. It operates across three work levels: Card (high), CardKind such as Feature, Bug, or Chore (mid), and Task (low), with progress tracked in `progress.yml` for lightweight task boards. The main workflow runs through `maestro loop` commands — `loop next`, `loop show work`, `loop show ship`, and `loop show unattended` for away-mode autonomy — while `maestro msg` and `maestro link` coordinate across concurrent sessions. TDD is applied whenever a task's `--check` targets observable behavior. Design, audit, and setup are handled by the separate `maestro-design`, `maestro-audit`, and `maestro-setup` skills.