← all publishers

alejandrogomezforte

@alejandrogomezforte source repo

8 published skills

  1. Verify Task · alejandrogomezforte
    Verify Task
    0 installs
  2. Preplan · alejandrogomezforte
    Create 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"]
    0 installs
  3. Wrap Up · alejandrogomezforte
    Delivery: merge branch, generate PR document, update plan status. Usage: /wrap-up MLID-XXXX
    0 installs
  4. Implement Task · alejandrogomezforte
    Implement 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)
    0 installs
  5. Plan Epic · alejandrogomezforte
    Plan 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
    0 installs
  6. Plan Task · alejandrogomezforte
    Plan 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"]
    0 installs
  7. Postmortem · alejandrogomezforte
    Create 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"]
    0 installs
  8. Cleanup Feature · alejandrogomezforte
    Delete 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
    0 installs