One-click install
npx skills add https://github.com/liuzhengdongfortest/skills --skill owner-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: owner-execute
Source: https://github.com/liuzhengdongfortest/skills/tree/main/owner-execute
Command: npx skills add https://github.com/liuzhengdongfortest/skills --skill owner-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

主理人在拿到目标后,不确定该走 task 执行还是 roadmap 推进时,提供一套可落地的执行框架:从建小地图、写方案、执行与验证,到中抬头/大抬头与归档收尾,确保产出可追踪、可交付、可继续推进。

Core Features & Use Cases

  • 进入判断:选 Task 还是 Roadmap:将“直接命令 / 小目标 / 大目标”快速映射到对应流程,并处理与 existing task/roadmap 的衔接。
  • Task 执行流程:用于范围有界、可独立验证的交付,支持跨多步、跨多轮会话,包含创建/更新 task、验证证据、commit 与归档规范。
  • Roadmap 推进流程:用于跨阶段、需要状态地图的长期目标,维护 active Roadmap、选择最小可验证条目,并将执行细节吸收到 task。
  • 写代码与工程治理:把“先读文档再读代码、先给方案、按架构写、在承载结构失配时换轨”固化成可执行步骤,并用验证与工作区清理收尾。
  • 执行中发现问题的分流:发现偏差时按价值与风险分为直接修、建 task/补 roadmap、记录并请客户拍板、或沉淀为约定/巡检信息。

Quick Start

Use the owner-execute skill when you get an implementation goal and need to decide between a task execution plan and a roadmap推进 plan, then follow its steps to create or advance the correct .boss/tasks or .boss/roadmaps artifacts.

Frequently Asked Questions about owner-execute

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I decide between task execution and roadmap progression for a new engineering goal?

Use task execution for bounded, independently verifiable changes, and roadmap progression for multi-stage delivery with state maps. Map direct commands or small goals to tasks, and large targets to roadmaps.

What is the standard workflow for executing a software engineering task?

The task execution workflow involves reading .boss/ context, creating or updating task files, writing code per architecture, validating with evidence, committing safely, cleaning the worktree, and recording outcomes.

How do I handle blockers or execution deviations during engineering governance checks?

Handle execution deviations by categorizing them by value and risk: fix directly, create tasks or update roadmaps, record for client decisions, or document as conventions and validation evidence.

How does a roadmap progression flow maintain state across multi-stage delivery?

Roadmap progression maintains state by keeping an active roadmap, selecting minimum verifiable entries, absorbing execution details into tasks, and maintaining lookup beats for consistent documentation.

Do I need a .boss/ directory to maintain lookup beats and validate execution evidence?

Yes, reading context from .boss/ and managing task or roadmap files within it is an operational requirement for maintaining lookup beats and validating execution evidence.

Can I use direct command execution for bounded changes instead of creating a task?

Yes, direct command execution is available for immediate changes, but task execution is preferred for bounded deliveries to ensure proper documentation, git commit hygiene, and validation evidence.