Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

workshop-ai-2

workshop-ai-2 收录了来自 CutCodeRu 的 10 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
10
Stars
4
更新
2026-04-10
Forks
4
职业覆盖
5 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

critique-problem-framing
计算机系统分析师

Audit an incoming problem statement, feature brief, or requirements draft before domain modeling or architecture work. Use when Codex needs a structured pre-design review that surfaces weak assumptions, contradictions, scope gaps, missing constraints, hidden risks, and unanswered questions. Do not use for architecture design, contract design, or implementation.

2026-04-10
derive-interface-contracts
软件开发工程师

Design external system contracts from approved domain and architecture artifacts with stable IDs. Use when Codex needs REST, gRPC, event, CLI, queue, or other interface definitions that trace back to use cases, ports, and invariants and are ready for implementation planning. Do not use for domain modeling, architecture design, or implementation.

2026-04-10
design-clean-architecture
软件开发工程师

Design clean architecture boundaries from an approved domain model with stable use-case and invariant IDs. Use when Codex needs layers, dependency direction, ports, adapters, module boundaries, placement rules, and forbidden dependencies before defining interfaces or writing code. Do not use for reviewing existing code or for interface contract design.

2026-04-10
extract-domain-model
数据库架构师

Extract a reusable domain model from an approved brief or problem framing artifact. Use when Codex needs actors, use cases, entities, value objects, business rules, invariants, constraints, and canonical terms distilled into a stable domain artifact before architecture or contract design. Do not use for API design, module design, or implementation.

2026-04-10
implement-slice-from-contract
软件开发工程师

Implement exactly one approved slice from existing contracts and architecture rules. Use only when Codex has one approved `SLICE-*`, relevant contracts, architecture rules, resolved technology context, and codebase context and must write or modify code, tests, and a mandatory implementation report using established repository conventions, repo-backed stack profiles, or explicitly justified fallback practices. Do not use for planning, architecture redesign, or multi-slice delivery.

2026-04-10
orchestrate-workflow-from-brief
项目管理专家

Orchestrate the reusable workflow from a brief through producer, gate, and rework stages. Use when Codex must decide the current stage, missing inputs, next producer skill, gate profile, and whether rework is required. Do not use to replace the producer or gate skills themselves.

2026-04-10
plan-implementation-slices
项目管理专家

Split an approved design into small, traceable implementation slices. Use when Codex needs reviewable, testable, dependency-aware coding increments with stable slice IDs, done criteria, touched modules, and validation scope before implementation starts. Do not use for coding, bug fixing, or architecture redesign.

2026-04-10
review-architecture-boundaries
软件质量保证分析师与测试员

Review code and contracts for clean architecture boundary violations. Use when Codex needs a structured boundary review and, only when explicit gate inputs are provided, a gate decision about dependency direction, layer leakage, port-adapter separation, DTO leakage, framework leakage, or forbidden imports after implementation or refactoring. Do not use to design the architecture from scratch.

2026-04-10
review-cross-artifact-consistency
项目管理专家

Review approved planning artifacts for consistency across domain, architecture, contracts, and implementation slices. Use when Codex needs a structured consistency review and, only when explicit gate inputs are provided, a gate decision that finds contradictions, missing traceability, unsupported behaviors, or plan mismatches before implementation. Do not use to create new design artifacts.

2026-04-10
run-quality-gate
软件质量保证分析师与测试员

Run a reusable quality gate over a stage artifact using explicit acceptance criteria, blocking rules, and required invariants. Use when Codex must return PASS, WARN, FAIL, or BLOCKED with evidence, required fixes, and artifact metadata updates. Do not use to produce the stage artifact itself.

2026-04-10