بنقرة واحدة
spectre-architecture-review
👻 | Conduct principal architecture review
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
👻 | Conduct principal architecture review
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
👻 | Transform requirements into executable tasks - primary agent
👻 | Independent multi-lens review of plan.md and/or tasks.md — finds overengineering, missing verification, hallucinated deps, weak references
👻 | Unified planning entry point - researches, assesses complexity, routes to workflow - primary agent
👻 | Transform requirements into executable tasks - primary agent
👻 | Independent multi-lens review of plan.md and/or tasks.md — finds overengineering, missing verification, hallucinated deps, weak references
👻 | Unified planning entry point - researches, assesses complexity, routes to workflow - primary agent
| name | spectre-architecture_review |
| description | 👻 | Conduct principal architecture review |
| user-invocable | true |
Treat the current command arguments as this workflow's input. When invoked from a slash command, use the forwarded $ARGUMENTS value.
feature_description: Feature being reviewed — (via ARGUMENTS). Ifpaths_or_files: Relevant paths to examine — (via ARGUMENTS)arch_notes_or_docs: Existing architecture context — (via ARGUMENTS, optional)Review Philosophy (cross-cutting guidelines):
Constraints:
Adapt
paths_or_filesarch_notes_or_docs if providedOutput Format — Architecture review with these sections:
2-3 sentences: What's the architectural story here? Is this feature setting us up well or creating future pain?
Issues that will cause significant pain if left unaddressed—architectural violations, major performance problems, or patterns that will spread.
For each issue:
Places where we're overengineering, where a simpler approach would work, or where we've introduced abstractions we don't yet need.
Only mention performance if there's a clear problem or a clear win—don't speculate about micro-optimizations.
Briefly note architectural choices worth preserving or patterns worth spreading to other parts of the codebase.
Step 1 - Explore Implementation:
Step 2 - Produce Review Report: