init
Project Initialization Skill
Unified entry point for project bootstrapping. Handles both new project creation (scaffold + workflow) and adding the workflow system to existing projects. Step 0 before feature planning.
Usage
/skill:init # Interactive — auto-detects context
/skill:init nextjs my-app # New Next.js project
/skill:init python my-service # New Python project
/skill:init rust my-crate # New Rust project
/skill:init --setup # Add workflow to existing project
Mode Detection
If no arguments provided, auto-detect the appropriate mode:
| Context | Mode | Action |
More from l3wi/agents-workflow
feature
Implement features using worktree-based development with TDD. Use after spec approval to build features in isolated git worktrees with quality gates.
1plan
Entry point for feature planning workflow. Guides users through PRD creation, spec generation, and swarm design with automatic context management.
1validate-plan
Validates implemented code against technical specifications, runs comprehensive tests, and ensures alignment before merge. Third prong of the development workflow after planning and orchestration.
1review-codebase
Analyze codebase for optimization and refactoring opportunities. Use for periodic quality checks, identifying tech debt, and planning improvements.
1