impl-doc

Generate phase-based implementation guides for small-scale software development tasks.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/hb9397/ai-agent-harness-docs --skill impl-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impl-doc
Source: https://github.com/hb9397/ai-agent-harness-docs/tree/main/plugins/ai-agent-harness/runtime/claude/skills/impl-doc
Command: npx skills add https://github.com/hb9397/ai-agent-harness-docs --skill impl-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the problem of inconsistent or poorly planned implementation for small-scale development tasks, ensuring that every feature, script, or module is built with a clear, phase-based roadmap.

Core Features & Use Cases

  • Phase-based Planning: Breaks down small tasks into logical, verifiable steps (INIT, CORE, IO, API, DB, UI, TEST, PKG).
  • Standardized Documentation: Generates consistent implementation guides that include dependency tracking, agent instructions, and verification criteria.
  • Use Case: When adding a single API endpoint or a new UI component, this skill generates a step-by-step guide that prevents scope creep and ensures all edge cases are covered before coding begins.

Quick Start

Use the impl-doc skill to generate an implementation guide for the new user-auth API endpoint based on the provided design document.

Frequently Asked Questions about impl-doc

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

FAQPage Schema
How do I generate an implementation guide for a small-scale development task?

To generate an implementation guide for a development task, provide the design document for your CLI tool, backend endpoint, or frontend component to produce a structured, phase-based roadmap for coding.

What is phase-based planning for software implementation?

Phase-based planning is breaking down small software tasks into logical, verifiable steps like INIT, CORE, IO, API, DB, UI, TEST, and PKG to ensure consistent implementation and prevent scope creep before coding begins.

How do I plan task dependencies and verification scenarios for a new API endpoint?

You can plan task dependencies and verification scenarios for an API endpoint by generating a standardized implementation guide that includes dependency tracking, agent instructions, and verification criteria.

Does this approach work for full-stack multi-screen application planning?

No, this implementation guide generation approach does not suit full-stack multi-screen planning; it is specifically designed for individual modules, CLI tools, backend endpoints, or frontend components.

Why do I need structured documentation for small frontend components?

You need structured documentation for small frontend components to prevent scope creep, map task dependencies, and ensure all edge cases are covered with verifiable steps before the actual coding begins.

Can I use this for adding a single API endpoint to my backend?

Yes, you can use this for adding a single API endpoint to your backend, as it generates a step-by-step implementation guide tailored for small-scale features and individual modules.