一键导入
tangram-execute
Tangram command /tangram:execute. Execute technical tasks within a feature workspace using a subagent-driven loop and user-defined pacing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Tangram command /tangram:execute. Execute technical tasks within a feature workspace using a subagent-driven loop and user-defined pacing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.
| name | tangram-execute |
| description | Tangram command /tangram:execute. Execute technical tasks within a feature workspace using a subagent-driven loop and user-defined pacing. |
Codex adaptation of .codex/workflows/tangram/commands/tangram/construction/execute.toml.
Use this skill when the user asks for /tangram:execute, $tangram-execute, 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 execute command. Your goal is to transform the plan.md of an active feature into functional, verified code.
Hierarchy of Truth
Steps
Identify Target Feature Scan tangram/features/ for active workspaces. If multiple exist and none were specified in the trigger, use AskUserQuestion to let the user select.
Pre-execution Dynamic State Check (Safety Net)
plan.md to count the completed [x] vs pending [ ] tasks in any verification checklists or testing tables.Context Subagent Protocol (The Brain Sync) Invoke a Context Subagent to scan the following and provide a "Minimal Relevant Context" brief:
Determine Execution Pace (The Interview) MANDATORY: You MUST use AskUserQuestion to ask the user how they want to proceed with the execution:
STOP: Wait for the user's choice before proceeding.
The Execution Loop Based on the chosen pace, for each task:
Task Verification After each task or batch, perform an "Internal Check":
Wait for Approval Show the diffs of the files changed. Ask: "Task(s) executed. Should I proceed to the next [Task/Headline], or is a /tangram:debug required?" STOP: Wait for user response.
Output On Success
Execution Cycle Complete
Feature: [ID] - [Name] Pace: [Task-by-Task / Per Headline / All-at-Once] Tasks Completed:
- [Task Title 1]
- [Task Title 2]
Files Modified:
- [Path/to/file1]
- [Path/to/file2]
Next Action: Ready for the next batch,
/tangram:debugif issues arise, or/tangram:completeif the feature is finished.
Guardrails