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
Review architecture compliance before execution
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 Architecture Review Skill
Review proposed changes against architecture standards.
Purpose
- Verify changes align with existing architecture
- Check layer boundaries respected
- Validate naming conventions
- Ensure patterns are followed
Actions
- Read ARCH_INDEX - Understand current architecture
- Read FEATURE memories_* - Get feature context
- Check patterns - Verify against established patterns
- Validate approach - Ensure implementation plan is sound
Review Criteria
- Layer boundaries respected
- Naming conventions followed
- Dependencies flow correctly
- No circular dependencies introduced
- Consistent with existing patterns
Skill Return Format
## Skill Return
- **Skill**: swe-workflow-arch-review
- **Status**: [success|success_with_findings|blocked]
- **Findings Summary**: [architecture compliance assessment]
- **Artifacts**: [patterns checked, issues found]
- **Next Step Hint**: [WF_EXECUTE if approved, WF_ARCH_REVIEW if revision needed]
Exit
On approval: > **Skill /swe-workflow-arch-review passed** - returning to WF_EXECUTE
On revision needed: > **Skill /swe-workflow-arch-review needs revision** - returning to WF_ARCH_REVIEW
Stats
Stars1
Forks0
Last CommitMar 2, 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