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


