Agent skill
cross-layer-kickoff-review
How to gate a multi-agent kickoff batch before calling it a real vertical slice
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/cross-layer-kickoff-review
SKILL.md
Context
Use this when host, services, and web UI are being built in parallel and the team wants an honest readiness verdict instead of placeholder optimism.
Pattern
- Verify the toolchain first: if the solution does not build or tests cannot run, the batch is not review-complete.
- Compare the host and Web UI message vocabulary directly: request names, response names, capability labels, and seeded constants must agree exactly.
- Separate placeholder seams from integrated seams. A scaffold page or stub handler is useful, but it does not satisfy a vertical-slice success criterion.
- Check the first failure contract, not just the happy path. Empty input, unsupported messages, and unplaced-reason codes should already be stable enough to assert against.
- Trace each claimed success criterion to one real code path, not just prose or helper tests.
Good signs
- One real request can leave the UI, cross the bridge, hit application logic, and return shaped data without a placeholder response.
- Seeded material/settings values match across host, services, and web contracts.
- Review evidence includes at least one runnable verification command, not just static inspection.
Anti-patterns
- Declaring a vertical slice complete while file-open/import/nesting still return
not-ready - Letting host and UI invent different bridge names during parallel work
- Treating spec-helper tests as proof that the implemented seam already works
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?