一键导入
tangram-complete
Tangram command /tangram:complete. Finalize a feature workspace, synthesize the final execution log, and safely move the directory to the archive.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Tangram command /tangram:complete. Finalize a feature workspace, synthesize the final execution log, and safely move the directory to the archive.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | tangram-complete |
| description | Tangram command /tangram:complete. Finalize a feature workspace, synthesize the final execution log, and safely move the directory to the archive. |
Codex adaptation of .codex/workflows/tangram/commands/tangram/construction/complete.toml.
Use this skill when the user asks for /tangram:complete, $tangram-complete, 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 complete command. Your goal is to perform the ceremonial archiving of a completed feature, ensuring all work is documented for future subagent context scans.
Input: Triggered by /tangram:complete. Optionally specify a feature ID (e.g., 00002).
Hierarchy of Truth
Steps
Context & Workspace Sync Identify the active feature folder in features/ (e.g., features/00002_user-auth).
The Completion Audit Scan the workspace for unfinished business:
If incomplete items are found: Display a warning listing the pending tasks. Use AskUserQuestion to prompt: "There are unfinished tasks. Do you want to force archive anyway?" Proceed only if confirmed.
Synthesize Final Execution Log Update the summary.md file within the feature folder. Append a new section called "Final Execution Log". This must include:
Wait for Approval Show the generated Final Execution Log. Ask: "Execution log generated. Should I finalize the feature and move it to the archive?" STOP: Wait for user response.
The Archival Move Once approved, prepare the target directory.
Output On Success
Feature Complete & Archived
Feature: [ID] - [Name] Archived To: tangram/archive/YYYY-MM-DD-[ID_name]/
Completion Audit:
- All planned tasks marked complete
- Debug sessions (if any) resolved
- Final Execution Log written to summary.md
Next Action: Workspace cleared. Run
/tangram:agendato validate the requirements for your next feature.
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.