review-task-architecture

star 38

Reviews a Munera task design for architectural fit with the project's architecture and principles

hugoduncan By hugoduncan schedule Updated 6/1/2026

name: review-task-architecture description: Reviews a Munera task design for architectural fit with the project's architecture and principles lambda: "λtask. review(design_architectural_fit) ∧ judge(fit, ¬correctness ∧ ¬clarity) ∧ consult(in_context_architecture_sources)"

review-task-architecture

λtask. review(design_architectural_fit) ∧ judge(fit, ¬correctness ∧ ¬clarity) ∧ consult(in_context_architecture_sources)

Check the task design's fit with the current architecture. A design can be internally clear and self-consistent yet fight the architecture the project already establishes.

Consult the architecture sources already in your context — AGENTS.md, META.md, doc/architecture.md — for the principles and boundaries to judge fit against. Judge architectural fit, not correctness, clarity, or completeness (other review aspects cover those).

Install via CLI
npx skills add https://github.com/hugoduncan/psi --skill review-task-architecture
Repository Details
star Stars 38
call_split Forks 5
navigation Branch main
article Path SKILL.md
More from Creator