Install
1
Install the plugin$
npx claudepluginhub earthmanweb/serena-workflow-engine --plugin serena-workflow-engineWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
Description
Verify implementation against requirements and standards
Tool Access
This skill uses the workspace's default tool permissions.
Skill Content
⚠️ WORKFLOW INITIALIZATION
If starting a new session, first read workflow initialization:
mcp__plugin_swe_serena__read_memory("wf/WF_INIT")
Follow WF_INIT instructions before executing this skill.
Workflow Verify Skill
Verify implementation completeness and quality.
Purpose
- Run test suites
- Check against requirements
- Verify coding standards compliance
- Ensure no regressions
Actions
- Run tests - Execute relevant test commands
- Check requirements - Compare implementation to documented requirements
- Verify standards - Check against CLAUDE_OBLIGATIONS and REF_DEV_STANDARDS
- Lint/format check - Run linters if configured
Verification Checklist
- All tests pass
- Requirements met
- Coding standards followed
- No security vulnerabilities introduced
- Documentation updated if needed
Skill Return Format
## Skill Return
- **Skill**: swe-workflow-verify
- **Status**: [success|success_with_findings|blocked]
- **Findings Summary**: [verification results]
- **Artifacts**: [test results, lint output]
- **Next Step Hint**: [WF_DONE if passed, WF_EXECUTE if failed]
Exit
On success: > **Skill /swe-workflow-verify complete** - returning to WF_DONE
On failure: > **Skill /swe-workflow-verify failed** - returning to WF_EXECUTE for fixes
Stats
Stars1
Forks0
Last CommitFeb 26, 2026
Similar Skills
brainstorming
7 files
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
superpowers
101.6k