akita-implementation-guardian
一项面向 AI 开发的纪律化结对编程技能,将极限编程(XP)实践应用到“人类+智能体”的协作开发流程中。
结对编程
极限编程
AI 编程
智能体协作
代码质量
TDD
⭐ 1⬇️ 0🏷️ main📦 2
akita-implementation-guardian-main.zip
85.7 KB下载
安装与使用说明
Codex
- 先下载 ZIP 包(例如:akita-implementation-guardian-main.zip)。
- 解压后放到 $CODEX_HOME/skills/ 目录下。
- 如果没有设置 $CODEX_HOME,通常可放到 ~/.codex/skills/。
- 确保目录内有 SKILL.md,然后重开会话即可使用。
源码目录预览
├── .github │ └── workflows │ └── pylint.yml ├── agents │ ├── architecture_guard.md │ ├── code_guard.md │ ├── implementation_guard.md │ ├── plan_guard.md │ ├── resilience_guard.md │ ├── security_guard.md │ ├── spec_guard.md │ └── test_guard.md ├── assets │ ├── diagrams │ │ └── README.md │ └── snippets │ └── README.md ├── data │ ├── anti-patterns.json │ ├── build-gates.json │ ├── code-review-checklist.json │ ├── increment-checklist.json │ ├── metrics-baseline.json │ ├── plan-checklist.json │ ├── risk-matrix.json │ ├── severity-rules.json │ └── workflows.json ├── docs │ ├── AGENT_CONTRACTS.md │ ├── ARCHITECTURE_RULES.md │ ├── BUILD_GATES.md │ ├── FAILURE_PATTERNS.md │ ├── MEMORY_POLICY.md │ ├── METRICS.md │ ├── MODE01_OVERVIEW.md │ ├── PAIR_PROGRAMMING_DYNAMICS.md │ ├── PRINCIPLES.md │ ├── RESILIENCE_PATTERNS.md │ ├── REVIEW_CRITERIA.md │ ├── SECURITY_BASELINE.md │ ├── TESTING_STANDARD.md │ └── WORKFLOW_SPEC.md ├── references │ ├── ai_capabilities_map.md │ ├── akita_principles.md │ ├── examples_bad.md │ ├── examples_good.md │ ├── frankmd_counter_example.md │ └── xp_mapping.md ├── scripts │ ├── collect_project_facts.py │ ├── detect_changed_surfaces.py │ ├── run_lint.ps1 │ ├── run_lint.sh │ ├── run_security_scan.ps1 │ ├── run_security_scan.sh │ ├── run_tests.ps1 │ ├── run_tests.sh │ ├── summarize_ci_failures.py │ └── verify_increment_ready.py ├── templates │ ├── architecture_review_report.md │ ├── blocker_report.md │ ├── code_review_report.md │ ├── decision_record.md │ ├── implementation_patch_plan.md │ ├── implementation_plan.md │ ├── increment_contract.md │ ├── project_spec.md │ ├── resilience_findings.md │ ├── review_report.md │ ├── security_findings.md │ └── spec_update.md ├── workflows │ ├── build-from-plan.md │ ├── implement-increment.md │ ├── post-incident-recovery.md │ ├── pre-merge-hardening.md │ ├── review-existing-codebase.md │ ├── stabilize-foundation.md │ └── validate-increment.md ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md └── SKILL.md
元数据
Slug: akita-implementation-guardian
作者: Marcosemanuel
协议: MIT
包大小: 85.7 KB
SHA256: 74c13259b921a9fb97e6ee2c9612ab064095a1a2e34e283fc456a99a4a4c02e9