Agent skill
workflow-feature-with-integration-test
[Workflow] Trigger Feature with Integration Test workflow — implement a well-defined feature with spec-first integration testing: spec writing before implementation, plan refinement, and test verification.
Install this agent skill to your Project
npx add-skill https://github.com/duc01226/EasyPlatform/tree/main/.claude/skills/workflow-feature-with-integration-test
SKILL.md
[BLOCKING] Each step MUST invoke its
Skilltool — marking a taskcompletedwithout skill invocation is a workflow violation. NEVER batch-complete validation gates.
Activate the feature-with-integration-test workflow. Run /workflow-start feature-with-integration-test with the user's prompt as context.
Steps: /scout → /investigate → /plan → /plan-review → /plan-validate → /why-review → /tdd-spec → /tdd-spec-review → /plan → /plan-review → /cook → /integration-test → /test → /workflow-review-changes → /sre-review → /security → /changelog → /test → /docs-update → /watzup → /workflow-end
Repeated Steps Disambiguation (CRITICAL for task creation)
This workflow has steps that appear multiple times. When creating tasks, use these descriptions to distinguish them:
| Step | Occurrence | Task Description |
|---|---|---|
/plan |
1st (pos 3) | PLAN₁: Investigation-based implementation plan |
/plan |
2nd (pos 9) | PLAN₂: Implementation + integration test plan (after TDD specs) |
/plan-review |
1st (pos 4) | Review PLAN₁ |
/plan-review |
2nd (pos 10) | Review PLAN₂ |
/test |
1st (pos 13) | Test after integration tests |
/test |
2nd (pos 18) | Final test verification |
NEVER deduplicate — each occurrence is a distinct task with a different purpose.
Closing Reminders
- MUST break work into small todo tasks using
TaskCreateBEFORE starting - MUST search codebase for 3+ similar patterns before creating new code
- MUST cite
file:lineevidence for every claim (confidence >80% to act) - MUST add a final review todo task to verify work quality
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
fix-parallel
[Implementation] Analyze & fix issues with parallel fullstack-developer agents
ask
[Utilities] Answer technical and architectural questions.
claude-code
[Utilities] Claude Code CLI setup, configuration, troubleshooting, and feature guidance. Triggers on claude code setup, hook not firing, MCP connection, context limit, skill creation, slash command setup.
workflow-deployment
[Workflow] Trigger Deployment & Infrastructure workflow — CI/CD pipelines, Docker, Kubernetes setup and deployment.
workflow-idea-to-pbi
[Workflow] Trigger Idea to PBI workflow — po/ba workflow: capture idea, refine to pbi, create stories, prioritize.
easy-claude-help
[Utilities] Configuration guide for the easy-claude framework — explain settings, guide users through configuring .ck.json.
Didn't find tool you were looking for?