一键导入
rpi-implement
Execute approved implementation phases, update tracking artifacts, and hand off review-ready results.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Execute approved implementation phases, update tracking artifacts, and hand off review-ready results.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Canonical documentation capability for audit, drift, validate, and author modes in hve-core.
Text-to-speech voice-over generation from YAML speaker notes using Azure Speech SDK with SSML pronunciation control
PowerPoint slide deck generation and management using python-pptx with YAML-driven content and styling
Authors Vally conformance tests for prompts, instructions, agents, and skills, including refusals for jailbreak, prompt-injection, harmful-elicitation, TOS, CoC, and PII-extraction stimuli
Manage GitLab merge requests and pipelines with a Python CLI
Jira issue workflows for search, issue updates, transitions, comments, and field discovery via the Jira REST API. Use when you need to search with JQL, inspect an issue, create or update work items, move an issue between statuses, post comments, or discover required fields for issue creation.
| name | rpi-implement |
| description | Execute approved implementation phases, update tracking artifacts, and hand off review-ready results. |
| argument-hint | [plan=...] [phaseStop] [stepStop] |
| license | MIT |
| user-invocable | true |
Follow the shared conventions in copilot-tracking.instructions.md.
Execute an approved implementation plan with phase-by-phase tracking, validation evidence, and review-ready handoff.
plan input when provided; otherwise inspect the currently open file for plan content, extract a plan reference from an open changes log, or select the most recent file in .copilot-tracking/plans/..copilot-tracking/plans/**, .copilot-tracking/details/**, and .copilot-tracking/changes/**.Phase Implementor via runSubagent or task; use Implementation Validator when the phase plan includes Validation: or required, when blockers or deviations appear, or when review evidence is requested. Use Researcher Subagent as the fallback for missing context.runSubagent or task is unavailable, perform the equivalent work inline and record the result; do not dead-stop solely because dispatch tooling is missing.lower-kebab-case(primary task/target) + '-' + YYYY-MM-DD + '-' + <phase>; when the plan is provided as request text rather than a file, derive the slug from the plan title or the user request summary and keep the same tokens.phaseStop is true, pause after each completed phase and present progress before continuing; when stepStop is true, pause after each completed step within a phase and present progress before continuing.plan (optional): path to the approved implementation plan; when omitted, discover it using the priority order in step 1 of What to do.phaseStop (optional, default false): when true, pause after each completed phase and present progress before continuing.stepStop (optional, default false): when true, pause after each completed step within a phase and present progress before continuing.plan input, open file, open changes log, or the most recent plan under .copilot-tracking/plans/.phaseStop and stepStop pause controls are honored, and pause summaries capture completed phases and steps, blockers or clarifications, and the next resumption point.Phase Implementor, Researcher Subagent, and Implementation Validator use runSubagent or task when available; if they are not available, the work is performed inline and recorded.Validation: or required, or when blockers, deviations, or review evidence are present./rpi-review..copilot-tracking/ paths and other internal planning, research, or implementation artifact references out of produced code, code comments, documentation strings, and commit messages; see references/implementation.md for the comment-reference rule./rpi-review as the next review command when review evidence is requested.