# architect

> Claude/Codex skill by [@cursor](https://omgskills.com/library/cursor/index.md) · 2.8k stars · Updated 2026-08-13

Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in. Use for /architect, 'architect this', 'design this', or non-trivial work where jumping to code would lock in the wrong shape.

## Install

```sh
git clone https://github.com/cursor/plugins /tmp/plugins && ln -s /tmp/plugins/pstack/skills/architect ~/.claude/skills/architect
```

## From README

Architect Design before implementing. Sketch types, function signatures, class shapes, and module boundaries with not implemented bodies and pseudocode. Synthesize across multiple model perspectives, then fill in code against the chosen sketch. If implementation proves the sketch wrong, throw it out and redesign. Start Open a todolist with one entry per phase before starting. Autonomous mode without checkpoints needs the list to show phase position and keep phases from silently disappearing. Ground Sketch Agree Implement Scrap Phase A: Ground the problem Build a real mental model of every system the new code touches. Run the how skill over the relevant subsystems. Critique mode if existing structure is the constraint or the design must push back on it. Naming a file isn't grounding. Produce the traced model how prescribes. If the design redefines ownership or layering, also run the why skill on the existing shape so the rationale becomes a constraint, not a guess.

## Links

- HTML page: https://omgskills.com/skills/cursor/plugins/architect/
- GitHub: https://github.com/cursor/plugins
- Author: [@cursor](https://omgskills.com/library/cursor/index.md)

## More from this repo

- [check-compiler-errors](https://omgskills.com/skills/cursor/plugins/check-compiler-errors/index.md) — Used to run compile and type-check commands and report failures
   - [@cursor](https://omgskills.com/library/cursor/index.md) · 2.8k stars
- [control-cli](https://omgskills.com/skills/cursor/plugins/control-cli/index.md) — Used to build or adapt a local harness to drive, inspect, and profile an interactive CLI or TUI without external...
   - [@cursor](https://omgskills.com/library/cursor/index.md) · 2.8k stars
- [control-ui](https://omgskills.com/skills/cursor/plugins/control-ui/index.md) — Used to build or adapt a local browser/CDP harness to drive and inspect a web, IDE, or Electron UI.
   - [@cursor](https://omgskills.com/library/cursor/index.md) · 2.8k stars
