cli-forge-extend
Installation
SKILL.md
cli-forge Extend
Use this stage when a generated Rust CLI Skill project, or a takeover-adopted
project that already matches the scaffold-compatible file layout, requires
optional capabilities like JSON streaming (stream), interactive terminal
sessions (repl), or background app-server daemon execution (daemon).
Purpose
Add optional feature modules to an existing project.
This stage expands feature-specific templates, injects the necessary hooks into
the main program flow, updates tests, and synchronizes the capability state
back to the cli-plan.yml contract.