alejandrogomezforte
- 8 skills
- 0 followers
- 2 hours ago last updated
- ▌
- ▌ Preplan · alejandrogomezforteCreate a high-level pre-plan draft from a Jira ticket. Reads the ticket, prefills each section with ticket-derived analysis plus a guideline to complement, and writes the boilerplate. Pass --no-prefill for an empty scaffold. Usage: /preplan MLID-XXXX [--no-prefill] ["extra context"]
- ▌ Wrap Up · alejandrogomezforteDelivery: merge branch, generate PR document, update plan status. Usage: /wrap-up MLID-XXXX
- ▌ Implement Task · alejandrogomezforteImplement a planned Jira task using TDD. Reads the approved plan, creates the branch, and executes red-green-refactor cycles. Usage: /implement-task MLID-XXXX OR /implement-task docs/agomez/plans/MLID-XXXX-short-description.md OR /implement-task MLID-XXXX stage-N (run only one stage of a staged plan) OR /implement-task MLID-XXXX worktree=yes (create the feature branch in a separate git worktree)
- ▌ Plan Epic · alejandrogomezfortePlan an entire epic: read the pre-plan and Jira epic, investigate codebase broadly, design architecture/data models/deliverable breakdown, and present for approval. Picks up docs/agomez/preplans/MLID-XXXX.md automatically when it exists. Usage: /plan-epic MLID-XXXX
- ▌ Plan Task · alejandrogomezfortePlan a single task: read Jira ticket, load epic context (if sub-task), investigate codebase narrowly, design implementation steps, and present for approval. Usage: /plan-task MLID-XXXX ["extra context"]
- ▌ Postmortem · alejandrogomezforteCreate a postmortem draft from a Jira ticket. Reads the ticket, prefills the title and summary, and lays out the investigation sections to be filled during the working session. Pass --no-prefill to leave the summary empty too. Usage: /postmortem MLID-XXXX [--no-prefill] ["symptom description"]
- ▌ Cleanup Feature · alejandrogomezforteDelete the worktree and branches for a feature or epic whose work is already in develop. Verifies the merge first and aborts with a difference report if anything is still unmerged. Usage: /cleanup-feature MLID-XXXX