Agent
Audit a completed slice against its uservalue and acceptance criteria. Read-only.
Agent
Audit a completed slice against its uservalue and acceptance criteria. Read-only.
Agent
Final whole-plan audit for /run-strict. Validates that plan.meta.topic is delivered end-to-end. Read-only + read-only command execution allowed.
Command
Run the crystallization pipeline manually.
Command
Write/rewrite plan.json for the given topic; runs Planner-Critic; does not execute.
Command
Continue an unfinished plan from where it stopped.
Command
Run reviewer agents over plan or a scope, without modifying anything.
Command
Drive a long-running plan to PROVABLE end-to-end completion via strict 5-reviewer loop.
Command
Drive a long-running plan to completion fully autonomously.
Skill Claude CodeCodex
A delegation workflow in which Claude plans and checks an implementation while the local Codex command-line tool carries out the coding work.
Skill Claude CodeCodex
A method and scaffold for long-running tasks that improve through repeated work instead of one pass. It covers task plans, progress records, logs, objective checks, stopping rules, memory, and multiple agents.
Skill Claude CodeCodex
A system for organising many AI-agent skills in a registry, grouped by source, category, and skill. It can be shared between Claude Code and Codex, two coding-agent tools.
Skill Claude CodeCodex
Use when containerizing or deploying a frontend, backend, or full-stack project for local testing, an internal registry, production, or offline delivery. Triggers include "docker化", "容器化", "写Dockerfile", "build镜像", "推送镜像", "部署到服务器", "docker-compose", Docker images, Compose, multi-stage or multi-arch buildx, registry…
Skill Claude CodeCodex
FastAPI project initialization, development guidance, and code review based on personal architectural conventions (uv+fastapi+sqlalchemy+alembic+loguru+ruff). Use when: (1) Creating/initializing a new FastAPI project, (2) Adding new endpoints, services, modules, or models to an existing FastAPI project, (3) Reviewing…
Skill Claude CodeCodex
React project initialization, development guidance, and code review based on personal architectural conventions (yarn+vite+ts+react+antd+tailwind). Use when: (1) Creating/initializing a new React project, (2) Adding new pages, components, modules, or API services to an existing React project, (3) Reviewing React…
Skill Claude CodeCodex
Use when a user wants to create a new website or web application from scratch. Triggers include: "create a website", "build an app", "new project", "帮我做一个网站", "创建项目", "新建应用", or any request describing a product/app to be built. Uses Socratic questioning to reach 95% requirement certainty before planning. Then creates…