App Init banner
KbWen KbWen

App Init

Development community

Description

# /app-init Execute the canonical workflow: `.agent/workflows/app-init.md` ## Required reads before execution 1. `.agent/workflows/app-init.md` — full workflow steps 2. `docs/adr/` — scan for existing project ADRs 3. `.agentcortex/templates/adr-tech-stack.md` — ADR template ## Execution Follow every step in `.agent/workflows/app-init.md` sequentially. If $ARGUMENTS contains `--partial`: - Run §8 (Partial Mode) instead of full init. - Read existing ADR first, ask only about [TBD] sections.

Installation

Installs to ~/.claude/commands/kbwen-agentic-os-app-init.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/KbWen/agentic-os/HEAD/.claude/commands/app-init.md -o ~/.claude/commands/kbwen-agentic-os-app-init.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository