AgentSkillsCN

fragno-spec-implement

以 FP 问题作为执行计划,落实 Fragno 规范相关工作。当被要求启动工作、继续推进任务、挑选下一项待办事项,或完成与某项规范/FP 计划紧密相关的实现时,可使用此方法。

SKILL.md
--- frontmatter
name: fragno-spec-implement
description:
  Implement work for Fragno specs using FP issues as the execution plan. Use when asked to start
  work, continue tasks, pick the next item, or complete implementation tied to a spec/FP plan.

Fragno Spec Implement

Overview

Implement spec-defined work using FP issues as the plan of record. The spec defines scope and acceptance criteria; FP issues define tasks, dependencies, and status.

Workflow

  1. Identify the relevant spec via specs/INDEX.md and read it before starting.
  2. Use FP to find the related issues and select the next unblocked task.
  3. Claim the task, implement changes, and keep the spec in sync if decisions change.
  4. Comment progress in FP, then mark the issue done when complete.

References

  • Spec basics: Read references/spec-basics.md for how to use specs during implementation.
  • FP implement: Read references/fp-implement.md for the FP workflow and commands.