Agent skill
workflow-completion
Workflow completion standards and success criteria
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/workflow-completion
SKILL.md
Workflow Execution Rules
Phase Execution
- Sequential Processing: Execute phases in order
- Context Passing: Read previous phase outputs
- Progress Tracking: Write phase outputs
- Gate Validation: Check before proceeding
- Completion: Create final artifacts
Task Execution Rules
Single Task Execution
- Execute ONLY the requested task
- Stop and return control after completion
- Do NOT auto-continue to next tasks
- Wait for explicit instruction
Failure Handling
- Stop immediately on failure
- Report issue clearly
- Do NOT attempt to fix without permission
- Return control to user
Gate Validation
Required gates in order:
- API Specification: Valid OpenAPI spec
- Type Generation: Types compile
- Implementation: Code complete
- Test Creation: Tests written
- Test Execution: Tests pass
- Build: Project builds
Breaking Changes Policy
Update Workflows
- NO breaking changes allowed
- Preserve ALL existing functionality
- Fail fast on regressions
- Maintain backward compatibility
Fix Workflows
- Breaking changes permitted
- May modify functionality
- Document all changes
- Version bump required
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?