/tsh-implement
Agent: Engineering Manager
Model array (from the agent): GPT-5.6 Luna, Claude Sonnet 5
File: .github/prompts/tsh-implement.prompt.md
A thin trigger that starts implementation delivery. It routes execution to the Engineering Manager agent, whose shared model array is GPT-5.6 Luna and Claude Sonnet 5, and hands off to the canonical orchestration workflow — it does not define that workflow inline.
Usage
/tsh-implement <JIRA_ID, task description, *.research.md, or *.plan.md>
The four primary inputs are a task description, a Jira ID, a standalone *.research.md file, and a *.plan.md implementation plan. If a research or plan companion is missing, the workflow prepares it; it never authorizes no-plan implementation.
What It Does
The prompt routes to the Engineering Manager, which loads the tsh-orchestrating-implementation skill and starts at Step 0 of that workflow. From there, the skill — not the prompt — owns:
- Step 0 flow-start todos — creates the todos needed for the selected flow before any delegation begins.
- Step 1 flow selection — recommends Quick Flow or Full Flow based on scope, ambiguity, file impact, planning readiness, and Figma/UI-verification involvement.
- Quick Flow — eligible for any narrow, single-domain qualifying work (app code, E2E, LLM prompts, infra/CI-CD/Kubernetes/observability, repository documentation via
tsh-technical-writer, and more), delegated to the owning specialist via canonical Task-to-Owner Routing, plus validation checks and a code-review gate. For app-code tasks specifically, Plan Implementor is the default for actionable, low-risk seams and Software Engineer is the exception for complex non-UI work — Quick Flow is never limited to app code. Any Figma or UI-verification involvement hard-excludes Quick Flow and always routes to Full Flow, even when the rest of the change looks narrow. - Full Flow — planning readiness, plan review, todo and UI inventory, upfront execution plan, delegated execution routing, and the UI-verification and code-review gates.
Both flows require Human approval of the exact current plan revision before the first file-changing delegation. The automated tsh-plan-reviewer APPROVED verdict is Reviewer approval only; it is not permission to implement.
Key Behaviors
- Thin trigger — contains no workflow steps; the workflow lives in
tsh-orchestrating-implementation. - Routes to one seat — always hands off to the Engineering Manager using its shared model array of GPT-5.6 Luna and Claude Sonnet 5.
- Starts at Step 0 — flow-start todos are created first, then flow selection (Step 1) happens inside the skill, with the user able to override the recommendation.
Output
- Code changes applied by delegated specialist agents.
- Updated plan checkboxes and Changelog entries.
- Code review findings from the delegated
tsh-code-reviewerrun.