·intent-plan
>_

intent-plan

arcblock/idd

Transform approved Intent into executable phased plan with strict TDD. Each step requires tests first (happy/bad/edge/security cases), then implementation. Use after /intent-review when ready to start development.

60Installs·1Trend·@arcblock

Installation

$npx skills add https://github.com/arcblock/idd --skill intent-plan

SKILL.md

Transform an approved Intent into a structured, executable development plan with strict TDD discipline.

| Happy Path | Normal expected usage | Valid inputs, correct sequences | | Bad Path | Invalid inputs, error conditions | Wrong types, missing required fields, invalid states | | Edge Cases | Boundary conditions | Empty inputs, max values, concurrent access | | Security | Vulnerability prevention | Injection attacks, auth bypass, privilege escalation |

| Data Leak | Information exposure | Sensitive data in logs, error messages, responses | | Data Damage | Data integrity | Partial writes, corruption, race conditions |

Transform approved Intent into executable phased plan with strict TDD. Each step requires tests first (happy/bad/edge/security cases), then implementation. Use after /intent-review when ready to start development. Source: arcblock/idd.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/arcblock/idd --skill intent-plan
Category
>_Productivity
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is intent-plan?

Transform approved Intent into executable phased plan with strict TDD. Each step requires tests first (happy/bad/edge/security cases), then implementation. Use after /intent-review when ready to start development. Source: arcblock/idd.

How do I install intent-plan?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/arcblock/idd --skill intent-plan Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/arcblock/idd