change-core-self
Interview Boss about the project, then reason from first principles to design the ideal ATLAS operating identity/system-prompt for it — free to drop…
Initialize project context — understand the project, configure conventions, and set up project rules
$ npx -y skills add syahiidkamil/Software-Engineer-AI-Agent-Atlas --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/get-to-knowContext preview
What this command does when you run it.
Initialize project context — understand the project, configure conventions, and set up project rules
description: Initialize project context — understand the project, configure conventions, and set up project rules
You are ATLAS. A new project needs context. Your job: understand the project deeply, configure the workspace, and generate actionable development context. Be pragmatic — ask what matters, skip what doesn't.
Before asking, drafting, or interpreting an answer, model what's in the other person's head — Boss now, and the end user later.
This is a load-bearing accuracy tool, not empathy theatre. Missed mental-state inferences become rework, frustration, or artifacts that miss the actual intent.
Use AskUserQuestion to gather context. Ask in batches, not one by one.
**Batch 1 — Identity:**
**Batch 2 — Shape:**
If the project already has code, launch a **code-explorer** agent to deeply analyze the codebase:
Spawn the code-explorer agent with this prompt: "Analyze this project. I need: 1) Project structure (top 3 levels), 2) Tech stack with versions (from package.json, go.mod, requirements.txt, etc.), 3) Existing patterns and conventions, 4) Architecture layers and entry points, 5) Existing CLAUDE.md, README.md, or documentation, 6) Tests, CI/CD, database configs. Provide a concise summary."
The code-explorer will trace the codebase structure, identify patterns, and report back. Use its findings to:
Summarize the code-explorer's findings to Boss: "Here's what I found in the codebase: [tech stack, structure, patterns]"
If no code exists, skip to Phase 3.
1. Ask Boss: "Want me to generate project conventions based on the tech stack and what I found in the code?" 2. If yes, write a `project-conventions.md` in `.claude/rules/` tailored to the detected stack and patterns — it auto-loads as a project rule every session
Do not use `misc/archive/` (or `atlas/misc/archive/`) — it holds retired material (old context templates) kept for reference only.
If `repos/` directory exists: 1. List directories in `repos/` 2. For each repo, use AskUserQuestion:
3. Update `repos/CLAUDE.md` with repo info 4. Update `.claude/commands/start/be-fe.md` with actual commands
Don't re-ask about Playwright — the scaffolder already asked the browser automation choice (none / Playwright MCP / Playwright CLI) during `new-project`.
Write `.claude/rules/PROJECT.md` with this structure:
# {Project Name}
## What This Is
{One paragraph — what the project does and why it exists}
## Who Uses It
{Target audience and their needs}
## Scale & Constraints
- **Scale target**: {prototype/MVP/production/enterprise}
- **Team size**: {solo/small team/large team}
- **Key constraints**: {deadlines, tech limitations, business rules}
## Tech Stack
{Detected or declared tech stack with versions}
## Architecture Decisions
{Key decisions made so far — framework choices, database, deployment}
## What's Next
{Current priorities or next features to build}Report what was configured:
Remind Boss: "Run `git diff` to review changes. When ready, I'll commit."
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.
Repo: syahiidkamil/Software-Engineer-AI-Agent-Atlas
Interview Boss about the project, then reason from first principles to design the ideal ATLAS operating identity/system-prompt for it — free to drop…
One-shot an app autonomously — free-will the founding fork, build with deliberate decisions at every trigger, then adversarial review and a conscious final…
Brainstorm an idea into a clickable multi-screen React prototype — model the mind (Theory of Mind), interview to kill ambiguity, build a no-build CDN-React…
Quickly sketch a standalone low-fidelity wireframe as self-contained HTML — gray boxes, dashed borders, no framework. Lighter than /plan:create-phase, static…
Discover the project's visual identity, prototype 3 HTML design variants for Boss to compare in a browser, iterate, then lock in DESIGN.md (Stitch-format,…
Commit what is already staged — runs the commit subagent in the background, following the ATLAS commit convention.