agent
Manages active agent workflow actions including intake, planning, verification, and release, with Jira ticket creation from strict templates.
Instructions
Active agent workflow actions: intake/plan/verify/release plus Jira ticket creation from strict MAIN DESCRIPTION templates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project path (default: current directory) | |
| brief | No | Structured or plain brief text for planning | |
| action | No | Active workflow action | |
| labels | No | Optional labels to set when creating Jira tickets | |
| ticket | No | Ticket key for intake/plan actions (e.g. PROJ-123) | |
| summary | No | Optional Jira summary (defaults to first line of MAIN DESCRIPTION) | |
| version | No | Target release version for release action (e.g. v1.2.0) | |
| createTag | No | If true, release action creates annotated git tag when CI is green | |
| issueType | No | Optional Jira issue type override (Task/Story/Bug) | |
| projectKey | No | Optional Jira project key override | |
| prototypeView | No | PROTOTYPES section value: View | |
| originKeyLogic | No | ORIGIN section value: Key Logic | |
| originOldQuery | No | ORIGIN section value: Old Query | |
| prototypeProps | No | PROTOTYPES section value: Props | |
| destinationView | No | DESTINATION section value: View | |
| mainDescription | No | MAIN DESCRIPTION body used to create Jira tickets | |
| originComponent | No | ORIGIN section value: Component | |
| destinationModel | No | DESTINATION section value: Model | |
| destinationRoute | No | DESTINATION section value: Route | |
| createPullRequest | No | If true, release action opens PR/MR when provider is configured | |
| acceptanceCriteria | No | Acceptance criteria list for strict Jira template | |
| dataTransformation | No | DATA TRANSFORMATION section content | |
| createFromDescription | No | When action is intake, create Jira ticket first from MAIN DESCRIPTION template | |
| destinationController | No | DESTINATION section value: Controller | |
| prototypeRelatedFiles | No | PROTOTYPES related files list | |
| prototypeDesignPattern | No | PROTOTYPES section value: Design Pattern |