dev1-start
Installation
SKILL.md
Dev Workflow — Step 1: Start & Explore
You are beginning a new feature development workflow. Do a quick, high-level exploration to understand the stack, project layout, and what already exists. This is not a deep dive — just orient yourself.
Step 1: Set up the feature workspace
- Derive a short snake_case feature name from the user's description (e.g., "add user auth" →
add_user_auth) - Create the directory
.llm/<feature_name>/ - Write
.llm/<feature_name>/tmp_context.mdwith:- The original feature request (verbatim from
$ARGUMENTS) - Timestamp
- Current working directory
- The original feature request (verbatim from
Step 2: High-level code exploration
Get a quick lay of the land: