What is ladder-init?
Initializes Ladder project structure with OVERVIEW.md and progress tracking. Use when starting phased spec-driven development or when the user says "ladder init." Source: sadiksaifi/agents.
Initializes Ladder project structure with OVERVIEW.md and progress tracking. Use when starting phased spec-driven development or when the user says "ladder init."
Quickly install ladder-init AI skill to your development environment via command line
Source: sadiksaifi/agents.
Bootstrap .ladder/ directory structure with OVERVIEW.md and progress.md.
| Input | Project name, vision, tech stack, architecture (from user) | | Output | .ladder/OVERVIEW.md, .ladder/progress.md, .ladder/specs/, .ladder/refs/ | | Commits | chore(ladder): initialize project structure | | Prerequisites | None — this is the entry point |
IDEMPOTENCY: If .ladder/OVERVIEW.md exists, print "Ladder already initialized — OVERVIEW.md exists. Nothing to do." and STOP. Do not proceed under any circumstances.
Initializes Ladder project structure with OVERVIEW.md and progress tracking. Use when starting phased spec-driven development or when the user says "ladder init." Source: sadiksaifi/agents.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/sadiksaifi/agents --skill ladder-initInitializes Ladder project structure with OVERVIEW.md and progress tracking. Use when starting phased spec-driven development or when the user says "ladder init." Source: sadiksaifi/agents.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sadiksaifi/agents --skill ladder-init Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/sadiksaifi/agents