development-governance

Enforce audited planning and closed-loop completion for development tasks.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/AoManoh/project_templates --skill development-governance
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: development-governance
Source: https://github.com/AoManoh/project_templates/tree/main/skills/development-governance
Command: npx skills add https://github.com/AoManoh/project_templates --skill development-governance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires auggie-mcp, view, code-review, docs/references.

What problem does it solve?

本 Skill 抑制开发任务中的“半完成状态债务”,确保每个开发 task 在当轮完成事实确认、实现、验证、文档同步、清理与 review 闭环,而不是只在聊天里口头说明。

Core Features & Use Cases

  • Task 进入/退出门禁:在开始编码前确认唯一事实源、完成定义与验证方式,并在退出前检查代码、测试、文档、清理与证据。
  • Closed-loop 开发节奏:把任务拆分为可审计的子 task,做到“做完一项、验证一项、review 一项”。
  • 文档与证据落盘:将开发记录写入固定目录 docs/development,并按目标/非目标/事实源/任务拆分/验证结果/清理记录/例外项形成可复盘链路。
  • 跨文件与接口同步治理:适用于新增能力、新接口、跨文件实现以及需要明确验收标准的开发工作。

Quick Start

让 AI 在你要实现的“新功能/接口/跨文件改动”范围内触发开发治理,要求它先生成符合规范的 docs/development/YYYY-MM-DD-{scope}.md 开发记录,再按 task 完成定义实现、验证并清理残余债务。

Frequently Asked Questions about development-governance

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

FAQPage Schema
How do I prevent half-finished code from accumulating residual debt during multi-file development?▼

To prevent residual debt during multi-file development, enforce a closed-loop governance process that requires audited planning, single-source-of-truth alignment, and verified completion with evidence before a task exits. This ensures code, tests, and documentation are fully synchronized.

How does closed-loop task planning work for feature delivery?▼

Closed-loop task planning for feature delivery works by breaking non-trivial tasks into auditable sub-tasks, implementing and verifying each one sequentially, performing code review, and closing tasks only when documentation sync and cleanup records confirm zero residual debt.

Do I need SPEC.md and AGENTS.md files to start development governance?▼

Yes, you need SPEC.md and AGENTS.md files to start development governance. The process requires reading these files to confirm the single source of truth and completion definitions before generating per-scope development records in the docs/development directory.

What's the best way to sync documentation when adding new cross-file interfaces?▼

The best way to sync documentation for new cross-file interfaces is to write development records directly to a fixed docs/development directory, structuring them with goals, non-goals, fact sources, task splits, validation results, and cleanup records for a fully auditable trail.

Why does my code review process keep missing incomplete development tasks?▼

Your code review process misses incomplete tasks because it lacks an entry and exit gate. Enforcing governance requires checking implementation, validation, documentation sync, and cleanup evidence before allowing a task to close, eliminating half-finished states.

Can I use this governance workflow for simple single-file script updates?▼

This governance workflow targets non-trivial development tasks like feature delivery, new interfaces, and cross-file implementations where explicit verification is mandatory. Simple single-file script updates without strict acceptance criteria do not require this level of audited planning.