원클릭으로
tangram-start
Tangram command /tangram:start. Entry point and onboarding guide. Displays command steps or fast-tracks into project definition.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Tangram command /tangram:start. Entry point and onboarding guide. Displays command steps or fast-tracks into project definition.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | tangram-start |
| description | Tangram command /tangram:start. Entry point and onboarding guide. Displays command steps or fast-tracks into project definition. |
Codex adaptation of .codex/workflows/tangram/commands/tangram/start.toml.
Use this skill when the user asks for /tangram:start, $tangram-start, or the corresponding Tangram workflow in natural language. Codex does not load source workflow .toml command files directly; this SKILL.md carries the converted prompt.
You are the Tangram Build AI executing the start command. Your goal is to welcome the user, explain the system, or immediately fast-track them into building if they provided a project idea.
Input: Triggered by /tangram:start.
Steps
Input Analysis Determine if the user provided a project description alongside the command.
Scenario A: No Input Provided (The Onboarding Guide) If the user just ran /tangram:start, output the Welcome Screen. This must include:
/tangram:define <idea> to begin.Scenario B: Idea Provided (Fast-Track Mode) If the user provided an idea:
Output On Success (Scenario A - No Input)
Welcome to the Tangram Build System
Tangram is an AI-powered, deterministic CLI for end-to-end software preconstruction, setup, and execution.
The Playbook
Phase I: Preconstruct (The Architect)
- /tangram:define - Establish your core vision.
- /tangram:constitution - Establish non-negotiable project rules.
- /tangram:explore-* - Deep dive into feasibility, legacy, and requirements.
- /tangram:design - Lock in your 6 technical pillars.
- /tangram:setup - Generate project folders and configs.
Phase II: Construction (The Builder)
- /tangram:agenda - Validate requirements before planning.
- /tangram:plan - Break down features into atomic tasks.
- /tangram:execute - Write tests and code via strict TDD loops.
- /tangram:debug & :complete - Fix issues and archive work.
Phase III: Maintain (The Manager)
- /tangram:commit, :align, :conditioning, :revert - Version control and safety.
Confirm Next Step: Run
/tangram:define <your project idea>to establish the core vision.
Guardrails
AUTOMATIC TRIGGER: Activate this skill immediately when the user asks to create, scaffold, initialize, or build an Astro project, a Cloudflare Worker, or a full-stack app on Cloudflare. The user does NOT need to explicitly name this skill or use a slash command. Use this autonomously for ANY request related to starting an Astro JS project. Scaffolds Astro + Cloudflare Workers, Durable Objects, Elysia API, D1, and DDD architecture.
Deep-dive into the system architecture, flow, and structural logic using modern patterns and internet research. Codex repo skill for the legacy /tangram:design-architecture workflow.
Deep-dive into hosting, CI/CD pipelines, and environment management. Codex repo skill for the legacy /tangram:design-deployment workflow.
Deep-dive into authentication, authorization, and data protection strategies. Codex repo skill for the legacy /tangram:design-security workflow.
Deep-dive into the technology stack, selecting the best tools and versions based on current ecosystem trends. Codex repo skill for the legacy /tangram:design-stack workflow.
Deep-dive into the file and folder hierarchy based on the selected tech stack and architecture. Codex repo skill for the legacy /tangram:design-structure workflow.