local-development-workflow

Organize local coding tasks into a sequential plan-to-finish workflow.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/xxih/ai-harness-zh --skill local-development-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-development-workflow
Source: https://github.com/xxih/ai-harness-zh/tree/main/packages/local-development-workflows/targets/codex/skills/local-development-workflow
Command: npx skills add https://github.com/xxih/ai-harness-zh --skill local-development-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

本地开发阶段应该按什么顺序推进,这条主线帮助开发者避免跳步和阶段混乱,串联方案、研究、实现、质量门禁和收尾。

Core Features & Use Cases

  • 提供从计划到完成的一体化主线,帮助团队对齐任务阶段和产出物。
  • 支持在本地任务中按 plan -> search-first -> TDD -> implement -> alignment -> local review -> verify -> finish 的顺序推进,以减少上下文切换和遗漏步骤。
  • Use case: 当你需要把一个本地编程任务分解成可交付的阶段并在每个阶段产出可验证的证据时使用。

Quick Start

按默认主线推进本地开发任务,确保从方案到完成的每个阶段按顺序执行。

Frequently Asked Questions about local-development-workflow

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

FAQPage Schema
What is a structured local development workflow and when do I need one?

A structured local development workflow organizes coding tasks into sequential stages from planning to verification. You need this end-to-end workflow when tackling local coding tasks and want a stable mainline that prevents skipping steps and reduces context switching.

How do I organize a local coding task into plan, TDD, implement, and verify stages?

To organize local coding tasks, follow a defined sequence: plan, search-first, TDD, implement, alignment, local review, verify, and finish. This enforces stage gates with lightweight criteria for review, verification evidence, and finish readiness.

What's the best way to enforce stage gates and verification evidence in local development?

Enforce stage gates by applying a defined sequence with lightweight criteria for local review, verification evidence, and finish readiness. This stable end-to-end workflow ensures each phase produces verifiable evidence before advancing to the next step.

Does this TDD workflow support local review and alignment without external dependencies?

Yes, this TDD workflow operates entirely locally without external dependencies. It enforces a defined sequence with stage gates covering planning, TDD, implementation, alignment, local review, verification, and finish phases for stable local execution.

Can I skip the search-first phase if I already have an implementation plan?

Skipping the search-first phase disrupts the stable end-to-end mainline designed to reduce missed steps and context switching. The workflow enforces a defined sequence with stage gates, meaning each phase must satisfy lightweight criteria before advancing.

Why should I use a defined development sequence instead of ad-hoc local coding?

A defined development sequence provides a stable mainline connecting planning, TDD, implementation, and verification with stage gates. Unlike ad-hoc local coding, it ensures alignment, produces verifiable evidence at each phase, and prevents stage confusion.