# Ai Agent Solution Architect

> Commands, skills, hooks, and templates for Solution Architects using Claude Code, Cursor, and Codex.

- **Type:** MCP server
- **Install:** `agentstack add mcp-casper7995-ai-agent-solution-architect`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [casper7995](https://agentstack.voostack.com/s/casper7995)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [casper7995](https://github.com/casper7995)
- **Source:** https://github.com/casper7995/ai-agent-solution-architect

## Install

```sh
agentstack add mcp-casper7995-ai-agent-solution-architect
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# AI Agent Solution Architect

Cross-platform commands, skills, hooks, and templates for **Solution Architects** using AI coding agents — [Claude Code](https://claude.com/claude-code), [Cursor](https://cursor.com), and [Codex](https://developers.openai.com/codex).

Battle-tested workflows extracted from daily enterprise delivery: architecture review, CI repair, merge conflict resolution, agent orchestration, and code quality passes.

## Platform support

| Asset | Claude Code | Cursor | Codex |
|-------|-------------|--------|-------|
| Commands / prompts | `~/.claude/commands/` | `~/.cursor/commands/` | Skills in `~/.codex/skills/` (see [INSTALL.md](INSTALL.md)) |
| Skills | `~/.claude/skills/` | `~/.cursor/skills/` | `~/.codex/skills/` |
| Hooks | `~/.claude/hooks/` + `settings.json` | Cursor hooks (optional) | Not supported |
| Project memory | `CLAUDE.md` | `AGENTS.md` / rules | `AGENTS.md` |

Most assets are plain Markdown and shell scripts. Copy the paths that match your agent; see [INSTALL.md](INSTALL.md) for per-platform steps.

## What's inside

### Commands (8)

| Command | What it does |
|---------|--------------|
| `/feature-dev` | Guided feature development: explore → clarify → design → implement → review |
| `/deslop` | Clean AI-generated code patterns (over-commenting, defensive slop, premature abstractions) |
| `/fix-ci` | Read failing CI logs, diagnose, apply minimal fix |
| `/loop-on-ci` | Iterate fix → commit → push → check until CI is green (max 5 rounds) |
| `/fix-merge-conflicts` | Resolve conflicts intelligently and validate the build |
| `/copilot-mode-start` | Collaborative mode with architecture review and decision checkpoints |
| `/copilot-mode-end` | Exit copilot mode, return to autonomous execution |
| `/weekly-review` | Summarize commits, PRs, and impact for standup or retro |

### Skills (2)

| Skill | What it does |
|-------|-------------|
| `agent-team-orchestration` | Parallel sub-agent orchestration with quality gates and `/deslop` integration |
| `claude-api-specialist` | Claude API / SDK / Agent SDK expert that fetches latest docs at runtime |

### Hooks (4) — Claude Code

| Hook | Trigger | What it does |
|------|---------|--------------|
| `auto-format.sh` | After Edit/Write | `ruff` on `.py`, `prettier` on `.ts`/`.tsx`/`.js`/`.jsx` |
| `capture-session.sh` | Session start | Saves session ID for easy session forking |
| `pre-commit-check.sh` | Before git commit | Blocks commit if staged `.py` imports untracked modules |
| `post-plan-sync.sh` | After plan mode | Sync plan to project `.claude/plans/` |

### Templates

| Template | What it does |
|----------|-------------|
| `settings.example.json` | Permission allow/deny lists + hook configuration (Claude Code) |
| `CLAUDE.md.template` | Project memory starting point for Claude Code |
| `AGENTS.md.template` | Project memory starting point for Cursor / Codex |
| `gitignore.claude` | Lines to add to `.gitignore` for agent-local files |

## Quick start

```bash
git clone https://github.com/casper7995/ai-agent-solution-architect.git
cd ai-agent-solution-architect
```

Then follow [INSTALL.md](INSTALL.md) for your agent (Claude Code, Cursor, or Codex).

## Requirements

- At least one of: Claude Code CLI, Cursor, or Codex CLI
- For CI commands: `gh` CLI authenticated with GitHub
- For hooks (Claude Code): `jq`; optional `ruff` and `prettier`
- For auto-format hook: `ruff` (Python) and/or `prettier` (JS/TS) — skips gracefully if missing

## Recommended plugins (Claude Code)

This kit pairs well with official Claude Code plugins: **commit-commands**, **code-review**, **superpowers**, **claude-md-management**. See [docs/recommended-plugins.md](docs/recommended-plugins.md).

For Cursor, browse the [Marketplace](https://cursor.com/marketplace) and user skills under Settings → Rules, Skills, Subagents. Author profile: [cursor.com/@casper](https://cursor.com/@casper).

## Connect

[Casper Hsieh](https://casperhsieh.io) | [GitHub](https://github.com/casper7995) | [Cursor](https://cursor.com/@casper) | [LinkedIn](https://www.linkedin.com/in/casper-hsieh/)

## Philosophy

Not a framework — a curated kit you copy into agent config directories. Fork it, adapt paths per platform, delete what you do not need.

Every command, skill, and hook here was extracted from production Solution Architect workflows.

## License

MIT

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [casper7995](https://github.com/casper7995)
- **Source:** [casper7995/ai-agent-solution-architect](https://github.com/casper7995/ai-agent-solution-architect)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-casper7995-ai-agent-solution-architect
- Seller: https://agentstack.voostack.com/s/casper7995
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
