Dev Workflow — Step 1: Start & Explore
SkillMediaStart a new feature development. Does a high-level exploration of the codebase to understand the stack and project layout, then kicks off the design phase. Sub-skill of the /dev workflow.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Dev Workflow — Step 1: Start & Explore skill
What this skill tells your AI
The instructions your AI receives, as published by browseros-ai/browseros-agent in .claude/skills/dev1-start/SKILL.md and read by ahel’s review.
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:
- Read CLAUDE.md — If there is a
CLAUDE.md(or.claude/CLAUDE.md) in the project root, read it first. It contains project-specific instructions and context. - Understand the stack — What language(s), frameworks, and key dependencies does this project use? Check
package.json,Cargo.toml,go.mod, or equivalent. - Map the project structure — List top-level directories and what each one is for. If it's a monorepo, identify the different packages/apps.
- Identify high-level features — What does this project do? What are its main features or entry points?
Write your learnings to .llm/<feature_name>/tmp_exploration.md. Keep it concise — bullet points are fine.
Step 3: Summarize for the user
Present a brief summary to the user:
- The stack and project structure
- Key projects/packages if it's a monorepo
- Where the new feature likely fits in
Step 4: Hand off
Tell the user the exploration is complete, then immediately invoke /dev2-design <feature_name> (where <feature_name> is the slug you created in Step 1).
Signals
- GitHub stars
- 51
- Forks
- 40
- Last commit
- Jun 2026
Advanced
- Catalog kind
- skill
- Gateway key
dev1-start- Source
- github.com/browseros-ai/browseros-agent