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",
"implement now",
"do it"
],
"description": "Execute a concrete implementation task with concise progress updates and validation evidence.",
"primaryRole": "executor"
}
Execute Skill (oh-my-product)
Use this skill when the task is clear enough to implement immediately.
Execution policy
- make reasonable assumptions instead of blocking on minor ambiguity
- prefer minimal, coherent changes
- keep output focused on what changed and how it was validated
Report format
- objective
- changed files
- commands run
- result / remaining follow-ups
Version History
- 4f49e99 Current 2026-07-25 06:34


