Agent skill
integration-window-planner
规划集成窗口位置和验证策略。当需要在Phase之间或SubPlan之间安排集成窗口、定义集成验证策略、生成集成清单(API契约/数据流/E2E测试)时使用。主要用于L2/L3项目。
Install this agent skill to your Project
npx add-skill https://github.com/tikazyq/agentic-spec-forge/tree/main/AGENTIC_SPEC_FORGE/spec_stage_skill/execspec_compile/integration-window-planner
SKILL.md
Integration Window Planner
Scope: EXECSPEC_COMPILE — Compile ExecSpec(编译 ExecSpec) 版本: 1.0.0 | 创建日期: 2025-02-03
1. 描述
规划集成窗口位置和验证策略,确保模块间集成质量。
核心职责:规划集成窗口位置、定义集成验证策略、生成集成清单
2. 适用场景
- WORKFLOW Step 3 Task 3-7: Phase规划时安排集成窗口(L2/L3)
- 场景A: 多模块项目需要集成验证
- 场景B: 外部API集成需要专门窗口
对应: Build_Exec_Spec_Plans Step 4 (Phase规划,集成窗口安排)
3. 输入
spec/build/dependency_graph.md- Phase划分- SPEC级别 (L2/L3)
4. 输出
spec/build/integration_windows.md- 集成窗口规划- 集成清单(API契约、数据流、E2E测试)
5. 执行步骤
- Read dependency_graph.md, identify Phase boundaries
- Based on SPEC level:
- L2: Plan 1-2 integration windows (after major phases)
- L3: Plan 3-4 integration windows (after each phase)
- For each integration window:
- Define position (after which Phase)
- Define validation strategy (regression tests, E2E tests)
- Generate integration checklist (API contracts, data flow, external services)
- Write integration_windows.md
6. 快速开始
- 开发者确保dependency_graph.md已生成
- 调用:
///integration-window-planner(并明确 Level: L2) - 查看:
spec/build/integration_windows.md - 预计耗时: 3-5分钟
7. 使用说明
输入要求: dependency_graph.md需包含Phase划分
输出格式 (spec/build/integration_windows.md包含):
- 每个窗口: Position(在哪个Phase后)、Validation清单(API契约/数据流/E2E测试)、Duration估算
- 数量: L2推荐1-2个窗口,L3推荐3-4个窗口
8. 价值
- SPEC组织: 明确集成验证策略
- PM/BA: 了解集成风险点
- Dev: 集成清单指导,避免遗漏
9. 质量检查
- 集成窗口数量合理(L2: 1-2, L3: 3-4)
- 每个窗口有明确validation清单
- Duration估算已提供
10. 限制条件
- 仅L2/L3: L1不需要集成窗口(持续集成)
- 依赖: 需要dependency_graph.md已生成
相关 SKILLs
- 前置: dependency-graph-generator
- 并行: round-planning
- 后续: progress-tracking
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
code-review
执行代码审查流程(提交PR→自查→同行审查→反馈修改→合并),覆盖功能正确性、代码质量、测试完整性、安全合规四大维度。当提交Pull Request、进行结对编程、执行代码走查、需要知识共享时使用。支持L1/L2/L3三级审查深度。
code-quality
执行代码质量门禁检查(测试通过→覆盖率→Lint→GOAL追溯→可提交),验证单元测试覆盖率≥80%、集成测试通过率≥95%、代码规范零错误。当完成代码实现、准备提交代码、需要质量验证、进行提交前自检时使用。确保代码可合并。
tdd-cycle
执行 TDD 红绿重构循环(RED→GREEN→REFACTOR→REPEAT),通过先写失败测试、最小代码实现、保持绿色重构的节奏驱动开发。当启动功能开发、需要测试驱动节奏、进行迭代编码、追求高测试覆盖率时使用。提供检查清单和节奏控制。
refactoring
执行代码重构(识别坏味道→选择手法→小步修改→运行测试),在保持外部行为不变前提下改进内部结构。当TDD进入REFACTOR阶段、发现代码坏味道、需要消除重复代码、优化代码结构时使用。支持提取方法、类、参数对象等重构手法。
arch-options-compare
比较多个架构方案(单体/微服务等),从SOLID原则、成本、复杂度等维度评分,生成对比表和推荐方案。当需要向客户解释架构选择或ADR决策时使用。
dev-tech-view-supplement
根据设计补充Dev视角的技术细节(数据库/API/通信协议),帮助Dev快速进入实施。当L1/L2设计缺乏技术细节、或准备向Dev交付前使用。
Didn't find tool you were looking for?