The senior-engineer layer for Claude Code. Explore before you build, clarify only what matters, capture it in living HTML, then hand it to Claude Code's native plan / goal / workflow loop.
$ npx -y skills add syahiidkamil/Software-Engineer-AI-Agent-Atlas --agent claude-code
Run the curl in your terminal, the rest in Claude Code.
Repo: syahiidkamil/Software-Engineer-AI-Agent-Atlas
What's inside

The senior-engineer layer for Claude Code. Explore before you build, clarify only what matters, capture it in living HTML, then hand it to Claude Code's native plan / goal / workflow loop. Fewer tokens, less ceremony, faster to the thing people actually pictured.
npx swe-atlas@latest new-project # in your current project
npx swe-atlas@latest new-project my-workspace # โฆor scaffold a new folder
One command. Full setup. No copy-pasting prompts every session.
ATLAS is an open-source Claude Code template: a curated set of skills, subagents, slash commands, and engineering conventions that turn Claude Code into a production-grade AI software engineer, with a wireframe-and-prototype workflow in place of heavyweight spec-driven development.
It ships in three CLAUDE.md modes, so you choose how much of the wheel to hand over:
free-will wired in (alongside super-product-owner and super-ui-ux-design): the skill that lets ATLAS decide for itself on the high-stakes forks โ hold real alternatives open, ground each in evidence, refute the winner, then log the call in docs/decision_logs/. That's what lets it one-shot an app and run unattended without going off the rails.The innovation isn't another spec pipeline โ it's giving the agent engineered judgment: a way to make the calls a senior engineer would, on its own, and leave a trail you can audit. (Jump to the full mode comparison โ)
Claude Code now plans before it edits, works toward a goal across turns, runs autonomously with safety checks, and orchestrates fleets of subagents, natively, in the box:
| Native capability | What it does |
|---|---|
| Plan mode | Reads the codebase and proposes a plan; touches no files until you approve |
/goal | Keeps working across turns until a checked completion condition holds |
| Auto mode | Approves its own safe tool calls, blocks destructive ones |
| Dynamic workflows | Writes a script that fans out dozens of subagents and cross-checks their findings |
Kick off a workflow โ describe the task and ask for a workflow in your own words, or include the keyword
ultracode, and Claude writes one for it. Want it always-on? Set/effort ultracodeand Claude plans a workflow for every substantive task in the session. (How workflows work โ)
That is the execution loop, and it keeps getting better. So ATLAS doesn't try to rebuild it.
What Claude Code still won't do for you is decide what's worth building, prove the shape works before you spend tokens generating it, and leave behind a document you can actually trust. That part is on you. And that part is ATLAS.
Auto mode and dynamic workflows are in research preview at the time of writing; plan mode and /goal are generally available.
The popular answer to "make the AI build the right thing" has been to bolt a process framework onto the model โ Spec-Driven Development (SDD) and the agent frameworks in the same vein (spec-kit, BMAD, Get Shit Done, and the rest): write exhaustive specifications first, then generate the code from them. A constitution. A spec. A plan. A task breakdown. Five to seven Markdown files and a multi-phase pipeline, most of it produced before a single screen has been seen.
Four things go wrong:
spec.md, plan.md, and tasks.md consistent with each other and with the code is its own tax, and plain .md can't even render the wireframe, flow, or matrix it's straining to describe./goal, and workflows now do on their own. Wrapping a framework around the model to make it loop reinvents what ships in the box, at a heavy token premium, and slower, because every step waits on ceremony.ATLAS takes the opposite bet: do the minimum upfront thinking that actually de-risks the build, make it cheap, fast, and visual, so a human and the model can look at the same thing and agree before a line is written, then hand a clean artifact to the native loop.
Cheap, throwaway-friendly artifacts that let you see the thing before generating code for it:
/brainstorm:wireframe: a low-fi wireframe as one self-contained HTML file/brainstorm:prototype: a clickable, multi-screen React prototype/design:create-design-md: three real design variants you compare in a browser, then lock as DESIGN.md/plan:visual: any non-UI change (refactor, migration, architecture call) as a visual HTML plan โ Mermaid diagrams, change map, decision matricesYou validate the shape for the price of a sketch, not the price of a spec, in minutes, not phases. And a picture is the fastest way for a human and a model to agree on what to build: text invites interpretation, a wireframe pins it down.
/plan:create-phase resolves the load-bearing unknowns through targeted Q&A, and stops there. No constitution, no task ledger. The ambiguity that would actually derail the build gets surfaced and answered; the rest stays out of your way.
A phase is captured as one self-contained HTML document: wireframe, data flow, clarifications, and decision matrices in a single file that opens in any browser. HTML is a far richer canvas than Markdown: real tables, SVG diagrams, annotated code, even sliders you tweak and copy back into a prompt. And people actually read it: a 100-line Markdown plan goes unopened; a shareable HTML link gets clicked. One robust artifact instead of a drift-prone pile of .md, and plan mode builds straight from it.
The Claude Code team makes this exact case in The Unreasonable Effectiveness of HTML. The honest tradeoff (HTML costs more tokens and time to generate than .md) is one ATLAS takes gladly: spend it on the one document that matters, not on seven that drift.
A persistent engineering identity (principles, roles, and conventions) plus a library of skills and agents that load automatically. The model stops reaching for generic defaults and starts behaving like someone who has shipped before.
At the center of that judgment is free-will. On any medium-to-high-stakes fork โ picking a stack, designing a schema, deprecating something others depend on โ it refuses the first plausible answer: it holds real alternatives open (urge ยท contrarian ยท synthesis ยท precedent ยท first-principles), grounds each in evidence from the codebase or docs, simulates the blast radius, tries to refute the winner before committing, then logs the call in docs/decision_logs/. And it fires autonomously on mechanical triggers โ a fix that failed twice, a new dependency, a migration โ so the judgment shows up whether or not you remember to ask for it.
flowchart LR
subgraph ATL["ATLAS ยท decide what to build"]
direction TB
a1["Explore<br/>wireframe + prototype"]
a2["Clarify essentials<br/>self-contained HTML phase doc"]
a1 --> a2
end
subgraph CC["Claude Code ยท build it (native)"]
direction TB
b1["Plan mode"]
b2["goal + auto mode"]
b3["Dynamic workflows"]
b1 --> b2 --> b3
end
a2 --> b1
b3 --> v["Verify<br/>ATLAS QA agents + skills"]
v -.lessons learned.-> a1
ATLAS owns the front of the loop (explore, clarify) and the judgment that runs through all of it; Claude Code owns execution. No overlap, no reinvention.
# Scaffold into an existing project
cd your-project
npx swe-atlas@latest new-project
# Or scaffold into a new folder
npx swe-atlas@latest new-project my-workspace
The CLI walks you through: CLAUDE.md flavor, your name, project type, which skills to install (interactive checkbox: โ/โ move, space toggles, a selects all; none preselected), the DESIGN.md template, browser automation (Playwright MCP or Playwright CLI, isolated or persistent profile), and PostgreSQL, then scaffolds everything, copying each file from this repo as the single source of truth. Piped input still works: the skills picker falls back to comma-separated numbers (* = all) when stdin isn't a terminal.
| Flavor | What you get |
|---|---|
| Vanilla | Minimal CLAUDE.md: just NOTES.md and docs/decision_logs/, no ATLAS identity |
| ATLAS โ autonomous | Full identity, no approval loop, built for unattended runs and one-shotting apps. Auto-installs free-will, super-product-owner, and super-ui-ux-design: the skills that stand in for the missing approval loop. free-will fires on medium-to-high-stakes forks: hold real alternatives open, ground them in evidence, refute the winner, log the decision |
| ATLAS โ collaborative (default) | Full identity with the partner review/commit loop. You stay in the driver's seat |
Every flavor records important decisions (architecture, library choices, tradeoff calls) in docs/decision_logs/, ADR-style, with the rejected alternatives and the rationale, so future sessions know why, not just what.
git clone --recurse-submodules https://github.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas
cd Software-Engineer-AI-Agent-Atlas
Then run /atlas:get-to-know inside Claude Code.
/atlas:get-to-know # Configure ATLAS for your project
/design:create-design-md # Lock visual identity via HTML variant prototyping
/brainstorm:prototype # Validate the idea as a clickable prototype
/plan:create-phase "phase-01-mvp" # Capture the essentials as a self-contained phase.html
# โ switch to plan mode and let Claude Code build from it
ATLAS is built to hand you the wheel โ or take it. When you want it running hands-off:
free-will, super-product-owner, and super-ui-ux-design, the skills that stand in for the missing review loop./atlas:oneshotapp "idea" โ idea to working app in one shot: free-will on the founding fork and every mid-build trigger, a walking-skeleton build loop, adversarial-review subagents, and a final conscious pass against the original ask, with the full decision trail in docs/decision_logs/.free-will do the deciding โ it fires on the forks that matter without prompting, so quality holds while you're away from the keyboard./goal and auto mode run it to completion across turns.ATLAS (Adaptive Technical Learning and Architecture System) operates as seven roles: Software Engineer, Solution Architect, Software Architect, Tech Lead, Business Analyst, Product Owner, and UI/UX Designer.
Installed ร la carte. The scaffolder shows an interactive checkbox list (none preselected; space toggles, a selects all). Picking Playwright CLI as browser automation auto-adds playwright-cli; the autonomous flavor auto-adds free-will, super-product-owner, and super-ui-ux-design.
Heavy document skills (
canvas-design,docx,pptx,xlsx: ~8 MB of fonts and Office schemas) were dropped from ATLAS to keepnpx swe-atlasunder 1 MB. Scaffolded projects still get them: the anthropics/skills submodule atdocs/external-information/skillscarries the canonical versions.
| Skill | Command | What it does |
|---|---|---|
| Free Will | /free-will | Deliberate choice on medium-to-high-stakes engineering forks: branch (urge ยท contrarian ยท synthesis ยท secret ยท dots ยท precedent ยท first-principles), ground in evidence, simulate consequences, refute the winner, log the decision. Fires autonomously on mechanical triggers |
| Abstraction Power | /abstraction-power | Pattern recognition: spot repetition, extract reusable abstractions |
| Learning From Mistakes | /learning-from-mistakes | Record a hard-won lesson after a bug is cracked, so it's never relearned |
| Playwright CLI | /playwright-cli | Token-efficient browser automation: drives the Playwright CLI through Bash instead of loading MCP tool schemas |
| Frontend Design | /frontend-design | Production-grade web UI with anti-AI-slop methodology |
| shadcn | /shadcn | shadcn/ui components, presets, registries, and project init |
| Theme Factory | /theme-factory | 10 professional themes for any artifact |
| Algorithmic Art | /algorithmic-art | Generative art using p5.js |
| Human Writing | /human-writing | Prose indistinguishable from a skilled human in any language (English + Bahasa Indonesia built in; add via languages/{iso}.md) |
/pdf | Read, merge, split, watermark, OCR, fill forms | |
| PostgreSQL Code Review | /postgresql-code-review | Review SQL/migrations for correctness and safety |
| PostgreSQL Optimization | /postgresql-optimization | Diagnose slow queries, suggest indexes and rewrites |
| Supabase Postgres Best Practices | /supabase-postgres-best-practices | Idiomatic Supabase + Postgres patterns (RLS, auth, storage) |
| MCP Builder | /mcp-builder | Guide for creating MCP servers |
| Find Skills | /find-skills | Discover and install skills from the Anthropic library |
| Skill Creator | /skill-creator | Scaffold a new skill following the canonical format |
| Anthropic Product Knowledge | /anthropic-product-knowledge | Verified facts on Claude Code, Claude API, and Claude.ai โ auto-consulted before stating Anthropic product details |
| Agent | Model | What it does |
|---|---|---|
| code-architect | Opus | Feature architecture with implementation blueprints |
| code-explorer | Opus | Trace execution paths, map architecture layers |
| code-review | Sonnet (ร5) | Multi-agent PR review with confidence scoring |
| code-simplifier | Opus | Refine code for clarity while preserving functionality |
| qa-manual-tester | Inherit | Browser-based QA testing via Playwright |
| commit | Sonnet | Git commits following ATLAS convention |
Commands are namespaced by domain folder under .claude/commands/: a file at brainstorm/prototype.md becomes /brainstorm:prototype. The domains: atlas: (onboarding), plan: / plandev: (planning & building), design: / brainstorm: (UX & visuals), qa: (testing), start: (run), git: (version control).
| Command | What it does |
|---|---|
/atlas:get-to-know | Initialize project context: understand the project, configure conventions, set up project rules |
/atlas:oneshotapp "idea" | One-shot an app autonomously: free-will on the founding stack/architecture fork and every mid-build trigger, walking-skeleton build loop, adversarial review subagents, a conscious final pass against the original ask, full decision-log trail |
/plan:create-phase "phase-01-mvp" | Ambiguity-driven, wireframe-first phase: resolve unknowns via Q&A, then produce a self-contained phase.html (low-fi wireframe + clarifications + matrices) to build from in plan mode |
/plan:visual "what to plan" | General-purpose sibling of create-phase: resolve unknowns via Q&A, then capture any change (refactor, migration, architecture call) as a self-contained, visual plan.html โ Mermaid diagrams, change map, decision matrices โ to build from in plan mode |
/plandev:feature | Guided feature development with codebase exploration |
/design:create-design-md | Lock visual identity: prototype 3 distinct HTML variants for browser comparison, then write .claude/rules/DESIGN.md in Stitch format |
/brainstorm:wireframe | Quick standalone low-fi wireframe as self-contained HTML (gray boxes, no framework) |
/brainstorm:prototype | Clickable multi-screen React prototype for idea validation (misc/prototypes/) |
/qa:create-test-cases | Author human-readable manual test cases (markdown) into docs/living-test-cases/ |
/qa:manual-test-run | Execute living test cases via the qa-manual-tester agent + Playwright MCP; results land in misc/test-runs/ |
/start:be-fe | Run backend and frontend in the background |
/git:commit | Commit what's already staged (commit subagent, runs in background) |
/git:stage-commit | Stage and commit all working-directory changes (commit subagent) |
/git:log | Recent commits with a brief summary + continual context |
Browser automation is a scaffold-time choice, and either way you also choose the profile mode: isolated (fresh in-memory profile per session, the default, safe for concurrent/parallel testing) or persistent (profile saved to disk so logins survive restarts).
.mcp.json; persistent mode stores the profile in misc/browser-storage/ (gitignored)playwright-cli click "#submit") instead of loading large tool schemas into context. The scaffolder writes a project-scoped .playwright/cli.config.json and installs the playwright-cli skill; just add the binary: npm install -g @playwright/cli@latest
AI coding assistants keep deep engineering capability locked behind generic defaults. Ask "write a function" and you get code. Give the same model structured context, engineering principles, and a persistent identity, and you get architected solutions: proper abstractions, error handling, scalability considered. The difference is neuron activation: the right instructions firing the right capabilities. ATLAS supplies those patterns by default, every session.
ATLAS treats its own output as something to verify, not assert. It reads the file before describing the code, runs the thing before calling it done, and looks at the screen before reporting the UI. A confidence hierarchy puts direct observation and your confirmation above inferred behavior and untested assumptions, so "it works" means it was checked, not hoped. It's the discipline a spec can't give you: you can't specify your way out of a wrong assumption, you can only test it.
Roughly a quarter of recent YC startups report 95%-AI-generated codebases. Without engineering discipline, that code turns unmaintainable fast. ATLAS keeps the conversational speed but anchors it to production-grade, industry-appropriate defaults: KISS, YAGNI, and DRY applied in balance, not as an excuse to under-build.
โโโ CLAUDE.md # ATLAS identity & entry point
โโโ NOTES.md # Regular notes and must-follow rules
โโโ claude_md_variants/ # CLAUDE.md flavors the CLI scaffolds from (vanilla / autonomous / collaborative)
โโโ repos/ # Your projects (multi-repo mode)
โโโ .claude/
โ โโโ skills/ # 17 specialized skills (installed ร la carte)
โ โโโ agents/ # 6 task-specific agents
โ โโโ commands/ # Slash commands, namespaced by domain folder
โ โ โโโ atlas/ brainstorm/ design/
โ โ โโโ plan/ plandev/ qa/
โ โ โโโ git/ start/
โ โโโ hooks/ # Task completion & input hooks
โ โโโ rules/ # Project rules: conventions + DESIGN.md (auto-loaded)
โโโ docs/
โ โโโ decision_logs/ # ADR-style decisions: choice, rejected branches, rationale
โ โโโ external-information/ # Git submodules (Anthropic plugins & skills)
โ โโโ phases/ # Phase docs (self-contained HTML)
โ โโโ living-spec-docs/ # Living specs, maintained as the product evolves
โ โโโ living-test-cases/ # Manual test cases (markdown)
โ โโโ learning-from-mistakes/ # Captured engineering lessons
โโโ misc/
โ โโโ self/ # ATLAS identity & principles (atlas.md, engineering.md)
โ โโโ prototypes/ # Clickable React prototypes
โ โโโ test-runs/ # QA test-run results
โ โโโ archive/ # Retired material (old context templates), don't use
โโโ .playwright/cli.config.json # Project-scoped Playwright CLI profile config
โโโ .mcp.json # MCP server configuration
npx swe-atlas@latest new-project and start building.
ATLAS โ FAANG experience for scale. Startup experience for pragmatism.
.claude/
agents/
code-architect.md
code-explorer.md
code-review.md
code-simplifier.md
commit.md
qa-manual-tester.md
commands/
atlas/
change-core-self.md
get-to-know.md
oneshotapp.md
brainstorm/
prototype.md
wireframe.md
design/
create-design-md.md
git/
commit.md
log.md
stage-commit.md
plan/
create-phase.md
visual.md
plandev/
feature.md
qa/
create-test-cases.md
manual-test-run.md
start/
be-fe.md
hooks/
ask-user-input.cjs
task-complete.cjs
task-complete.wav
rules/
DESIGN.md
skills/
abstraction-power/
SKILL.md
adversarial-review/
SKILL.md
algorithmic-art/
LICENSE.txt
SKILL.md
templates/
generator_template.js
viewer.html
anthropic-product-knowledge/
SKILL.md
find-skills/
SKILL.md
free-will/
SKILL.md
frontend-design/
LICENSE.txt
SKILL.md
human-writing/
languages/
id.md
README.md
SKILL.md
learning-from-mistakes/
SKILL.md
mcp-builder/
LICENSE.txt
reference/
evaluation.md
mcp_best_practices.md
node_mcp_server.md
python_mcp_server.md
scripts/
connections.py
evaluation.py
example_evaluation.xml
requirements.txt
SKILL.md
pdf/
forms.md
LICENSE.txt
reference.md
scripts/
check_bounding_boxes.py
check_fillable_fields.py
convert_pdf_to_images.py
create_validation_image.py
extract_form_field_info.py
extract_form_structure.py
fill_fillable_fields.py
fill_pdf_form_with_annotations.py
SKILL.md
playwright-cli/
references/
element-attributes.md
playwright-tests.md
request-mocking.md
running-code.md
session-management.md
spec-driven-testing.md
storage-state.md
test-generation.md
tracing.md
video-recording.md
SKILL.md
postgresql-code-review/
SKILL.md
postgresql-optimization/
SKILL.md
shadcn/
agents/
openai.yml
assets/
shadcn-small.png
shadcn.png
cli.md
customization.md
evals/
evals.json
mcp.md
rules/
base-vs-radix.md
composition.md
forms.md
icons.md
styling.md
SKILL.md
skill-creator/
agents/
analyzer.md
comparator.md
grader.md
assets/
eval_review.html
eval-viewer/
generate_review.py
viewer.html
LICENSE.txt
references/
schemas.md
scripts/
__init__.py
aggregate_benchmark.py
generate_report.py
improve_description.py
package_skill.py
quick_validate.py
run_eval.py
run_loop.py
utils.py
SKILL.md
supabase-postgres-best-practices/
references/
_contributing.md
_sections.md
_template.md
advanced-full-text-search.md
advanced-jsonb-indexing.md
conn-idle-timeout.md
conn-limits.md
conn-pooling.md
conn-prepared-statements.md
data-batch-inserts.md
data-n-plus-one.md
data-pagination.md
data-upsert.md
lock-advisory.md
lock-deadlock-prevention.md
lock-short-transactions.md
lock-skip-locked.md
monitor-explain-analyze.md
monitor-pg-stat-statements.md
monitor-vacuum-analyze.md
query-composite-indexes.md
query-covering-indexes.md
query-index-types.md
query-missing-indexes.md
query-partial-indexes.md
schema-constraints.md
schema-data-types.md
schema-foreign-key-indexes.md
schema-lowercase-identifiers.md
schema-partitioning.md
schema-primary-keys.md
security-privileges.md
security-rls-basics.md
security-rls-performance.md
SKILL.md
super-product-owner/
SKILL.md
super-ui-ux-design/
SKILL.md
theme-factory/
LICENSE.txt
SKILL.md
theme-showcase.pdf
themes/
arctic-frost.md
botanical-garden.md
desert-rose.md
forest-canopy.md
golden-hour.md
midnight-galaxy.md
modern-minimalist.md
ocean-depths.md
sunset-boulevard.md
tech-innovation.md
worktrees/
.gitkeep
.github/
workflows/
release.yml
.gitignore
.gitmodules
.mcp.json
.playwright/
cli.config.json
bin/
install.js
claude_md_variants/
atlas-autonomous.md
atlas-collaborative.md
vanilla.md
CLAUDE.md
docs/
.gitkeep
decision_logs/
.gitkeep
2026-06-16-adversarial-review-skill.md
external-information/
claude-hooks-guide.md
claude-hooks-reference.md
learning-from-mistakes/
.gitkeep
living-spec-docs/
.gitkeep
living-test-cases/
.gitkeep
phases/
.gitkeep
misc/
archive/
context-templates/
backend.md
frontend-react-vite-tailwind-4-and-shadcn.md
frontend-react-vite.md
javascript.md
README.md
browser-storage/
.gitkeep
goals/
.gitkeep
develop-phase-01.md
images/
swe-atlas.png
prompts/
prompt_01.md
prototypes/
.gitkeep
screenshots/
.gitkeep
self/
atlas.md
engineering.md
test-runs/
.gitkeep
neuron-activation.gif
NOTES.md
package.json
README.md
repos/
backend/
.gitkeep
CLAUDE.md
CLAUDE.md
frontend/
.gitkeep
CLAUDE.mdFAQ
software-engineer-ai-agent-atlas is a Claude Code plugin with 20 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes abstraction-power, adversarial-review, algorithmic-art. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.