用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/eron1703/claude-config-loader --skill methodology命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | methodology |
| description | Unified development methodology - IV&V, pipeline, quality gates |
| disable-model-invocation | true |
Every piece of work follows this pipeline in order:
| Phase | Name | What Happens |
|---|---|---|
| 1 | KICK | Work item created, assigned, context gathered |
| 2 | COLLECT | Requirements collected, existing code analyzed |
| 3 | SPEC | Specifications written (acceptance criteria, edge cases) |
| 4 | CHECK | Specs reviewed, approved before any code |
| 5 | BUILD | Code written following TDD (specs → tests → code → refactor) |
| 6 | MERGE | PR created, reviewed, E2E tested, merged |
Key rule: No code before specs are approved (Phase 4 → Phase 5).
The 18-stage pipeline orchestrator (dev-02:30092) enforces context isolation between builder and tester:
All work items (FIX-, CR-, FB-, WI-) use EXACTLY these 4 statuses:
| Status | Meaning | Who Sets It |
|---|---|---|
| pending | Not started | Default |
| started | Work in progress | Agent/supervisor when work begins |
| untested | Code deployed, awaiting user verification | Agent/supervisor after deploy |
| accepted | Formally accepted by user | USER ONLY — NEVER set by agent |
This is NOT the same as session reporting. When a worker reports to a supervisor about their session, they use DONE/PARTIAL/BLOCKED. Those are session report statuses, not work item statuses.
Work items are tracked in TRACKER.md in the project's run directory. Update status there when it changes.
For the full 18-stage automated pipeline, use the orchestrator at dev-02:30092. For manual work, follow the 6-phase pipeline above.
Load CI/CD pipeline configuration and deployment information when working with automation or deployments
Load database relationships, shared resources, and schema information when working with data models or database configuration
Load development environment information including folder structure, OrbStack setup, and system configuration