Claude Code Plugins

Community-maintained marketplace

Feedback

codex-validate-plan

@munlucky/claude-settings
0
0

Validate architecture/plan quality via Codex MCP. Use after writing context.md for complex feature/refactor work.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name codex-validate-plan
description Validate architecture/plan quality via Codex MCP. Use after writing context.md for complex feature/refactor work.

Codex Plan Validation

When to use

  • complexity: complex
  • taskType: feature or refactor
  • context.md exists or was updated

Procedure

  1. Collect the contents of context.md.
  2. Run the plan validation prompt via Codex MCP.
  3. Summarize critical/warning/suggestion items and decide pass/fail.

Prompt template

Please review the following implementation plan (context.md):

[context.md contents]

Validation items:
1. Architecture suitability and maintainability
2. Tech stack suitability
3. File/module boundaries
4. Performance risks
5. Security risks
6. Core technical risks

Output:
- Pass items
- Warnings
- Critical issues

Output (patch)

notes:
  - "codex-plan: pass, warnings=2"