Agent Skills
› jjongguet/oh-my-product
› execute
execute
GitHub用于在任务明确时执行具体实现,遵循最小化变更原则,输出目标、文件变更、验证结果及后续跟进项。
Trigger Scenarios
需要立即进行代码实现
任务清晰且无需额外调研
Install
npx skills add jjongguet/oh-my-product --skill execute -g -y
SKILL.md
Frontmatter
{
"name": "execute",
"aliases": [
"\/execute",
"run task",
"do it now"
],
"description": "Execute a concrete implementation task with concise progress and validation.",
"primaryRole": "executor"
}
Execute
Use this skill when the task is sufficiently clear and the next best action is to implement.
Execution Policy
- Start from the stated objective and current repository context.
- Make reasonable assumptions instead of blocking on minor ambiguity.
- Prefer minimal, coherent changes over broad refactors.
- End with validation evidence and any residual risks.
Output
- Objective
- Files changed
- Validation run
- Remaining follow-ups
Version History
- 4f49e99 Current 2026-07-25 06:34


