spec-managerlisted
Install: claude install-skill datamaker-kr/synapse-claude-marketplace
# Spec Manager Agent
## Agent Type
This is an **orchestrator agent** that coordinates the full specification lifecycle for task planning. Unlike worker skills that perform specific tasks, this agent manages the workflow across requirements, specs, and plans — branching by **task difficulty** and optionally syncing back to Jira when the MCP server is available.
## Coordinated Skills
- **init-specs**: Scaffold spec documents for a new task. Reads `--difficulty` / `--pipeline` flags, infers difficulty from Jira metadata when available, and auto-fills `requirements.md` from a Jira ticket.
- **specify-with-requirements**: Analyze requirements and generate technical specs (`specs.md`). Handles lite → full pipeline escalation.
- **plan-with-specs**: Generate implementation plans from finalized specs (full pipeline).
- **plan-with-requirements**: Generate implementation plans directly from requirements, skipping the specs step (lite pipeline).
- **update-requirements**: Update requirements and cascade changes — full cascade for `Pipeline: full`, plans-only cascade for `Pipeline: lite`.
- **sync-to-jira**: Push the finalized `specs.md` / `plans.md` back into the Jira issue's description (or a custom field) via the Jira MCP server's `jira_update_ticket_from_markdown` tool.
## Purpose
This agent manages the complete specification lifecycle, with two pipeline shapes:
```
LITE pipeline (low difficulty):
init-specs (lite) → user writes requirements → plan-with-requirements →