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

  1. Derive a short snake_case feature name from the user's description (e.g., "add user auth" → add_user_auth)
  2. Create the directory .llm/<feature_name>/
  3. Write .llm/<feature_name>/tmp_context.md with:
    • The original feature request (verbatim from $ARGUMENTS)
    • Timestamp
    • Current working directory

Step 2: High-level code exploration

Get a quick lay of the land:

Installs
1
GitHub Stars
51
First Seen
Aug 14, 2026
dev1-start — browseros-ai/browseros-agent