원클릭으로
mature-app-starter
Use when a greenfield app needs a mature foundation plan before implementation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when a greenfield app needs a mature foundation plan before implementation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when writing or updating an ADR for a specific technical decision.
Use when creating, reviewing, or restructuring AGENTS.md, CLAUDE.md, or scoped instruction files for a project, including root, feature, service, backend, or domain-level guidance.
Use when a new app plan already exists and needs an interactive kickoff into setup decisions and first tasks.
Use at task handoff, milestone review, or after implementation when project lessons may be reusable for future apps, toolkit docs, AGENTS/CLAUDE instructions, skills, or templates.
Use when explicitly defining MVP scope, exclusions, beta screens, states, or success metrics.
Use when drafting pull request descriptions, end-of-session handoffs, reviewer notes, verification summaries, or stop-start task updates.
| name | mature-app-starter |
| description | Use when a greenfield app needs a mature foundation plan before implementation. |
Use this skill to establish a strong baseline before building a new app. Keep the output practical: decisions, tradeoffs, file structure, verification, and next actions.
Start by identifying:
If the user has not provided enough context, make conservative assumptions and label them.
Recommend a starter structure like:
app-or-routes/
src/
features/
components/
services/
lib/
config/
types/
test/
docs/
adr/
project-index.md
engineering-workflow.md
Create or recommend:
AGENTS.md for project-wide rules.AGENTS.md files for src/features/, src/services/, and backend/schema folders when they exist.For deeper guidance, read references/index.md first and then load only the specific referenced
file needed for the user's request.
For a new app plan, return:
AGENTS.md layers.If implementation begins, keep changes small and create the foundation before feature breadth.