一键导入
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.