sa-agent
v0.1.0SA harness: discuss/plan/execute/test/review loop, PVT prep track, live Postgres, indexed knowledge, Jira MCP, cheap per-phase specialists.
By sa-agentLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install sa-agent for Codex and Claude Code
codex plugin marketplace add yanisapths/sa-agent
codex plugin marketplace upgrade sa-agent
codex plugin add sa-agent@sa-agentPaste and run these commands in a terminal with Codex. They add and refresh the sa-agent catalog, then install this plugin.
Compatibility: the page URL and API slug “sa-agent” remain stable.
- Codex:
sa-agent@agent-plugin-marketplace→sa-agent@sa-agent
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/yanisapths/sa-agentClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is backend/agents/claude/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/grill-me/SKILL.md└── .mcp.json
Included Skills1
Interview the user relentlessly about every aspect of a plan until a shared understanding is reached. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. Use when the user asks to grill a plan, interrogate a design, resolve open decisions, or reach alignment before planning or implementation.
MCP servers2
- command
- sh
- args
- -c h="${SA_AGENT_HOME:-}"; [ -n "$h" ] || h=$(sed -n 1p "$HOME/.sa-agent/home" 2>/dev/null); [ -n "$h" ] || { echo 'sa-agent: set SA_AGENT_HOME, or write the checkout path to ~/.sa-agent/home' >&2; exit 78; }; exec "$h/backend/mcp/sa-mcp" jira codex
- command
- sh
- args
- -c h="${SA_AGENT_HOME:-}"; [ -n "$h" ] || h=$(sed -n 1p "$HOME/.sa-agent/home" 2>/dev/null); [ -n "$h" ] || { echo 'sa-agent: set SA_AGENT_HOME, or write the checkout path to ~/.sa-agent/home' >&2; exit 78; }; exec "$h/backend/mcp/sa-mcp" knowledge codex
Plugin manifests2
{
"name": "sa-agent",
"version": "0.1.0",
"description": "SA harness: discuss/plan/execute/test/review loop, PVT prep track, live Postgres, indexed knowledge, Jira MCP, cheap per-phase specialists.",
"author": {
"name": "sa-agent"
},
"license": "MIT",
"keywords": [
"system-analysis",
"postgres",
"schema",
"jira",
"rag"
],
"skills": "./skills/",
"mcpServers": "./.mcp.codex.json",
"hooks": "./hooks/hooks.json",
"interface": {
"displayName": "sa-agent",
"shortDescription": "Live Postgres schema, indexed specs, and system-analysis skills",
"longDescription": "Grounds analysis and design in the live PostgreSQL schema, indexed Confluence/DDL knowledge, and Jira tickets. Skills drive one phase at a time and write their artifact into the product repo.",
"developerName": "sa-agent",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"Use system-analyst to spec this ticket against the live schema.",
"Use solution-architect to turn the approved discuss notes into a plan.",
"Use pvt-prep to group these PVT cases and lay out the SRE script set."
]
}
}{
"name": "sa-agent",
"description": "SA harness: discuss/plan/execute/test/review loop, PVT prep track, live Postgres, indexed knowledge, Jira MCP, cheap per-phase specialists.",
"author": {
"name": "sa-agent"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[sa-agent on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sa-agent)