prompt-architect

Compose problem-first XML prompts and launch agent-quorum planning runs after operator confirmation.

9|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/eventbalancer/agent-quorum --skill prompt-architect-eventbalancer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prompt-architect
Source: https://github.com/eventbalancer/agent-quorum/tree/main/.agents/skills/prompt-architect
Command: npx skills add https://github.com/eventbalancer/agent-quorum --skill prompt-architect-eventbalancer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a vague request, GitHub issue, requirements document, or saved plan into a well-structured prompt that a downstream coding agent can execute is hard; this Skill composes problem-describing XML prompts and launches the agent-quorum self-planning loop only after explicit operator confirmation. ## Core Features & Use Cases - Multi-mode input routing: Accepts free-text requests, GitHub issue URLs (fetched via gh issue view), saved requirements documents, or saved plan files, each with a dedicated handling mode. - Pattern-based prompt composition: Matches requests against a 12-pattern registry (architecture audit, code review, security, debugging, refactoring, and more) to select persona, context, and result contract, then emits a 400-700 token XML prompt with role, problem statement, goals, and constraints. - Actuality preflight checks: Verifies that referenced files, docs, exports, CLI flags, and config keys actually exist before embedding claims in the prompt. - Confirmed launch workflow: Saves prompts to .agents/prompts/, presents Thorough/Balanced/Quick run profiles with iteration caps, and starts pnpm run run:cli -- launch detached only after operator approval. - Use Case: Paste a GitHub issue URL, and the Skill fetches the issue, marks it In Progress on the linked Project board, composes a grounded XML prompt, saves it, and offers to launch a detached agent-quorum planning run. ## Quick Start Ask the agent to compose a prompt from your request or issue URL, for example: turn issue https://github.com/org/repo/issues/42 into a prompt and launch a Balanced agent-quorum run.

Frequently Asked Questions about prompt-architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a vague feature request into a prompt for a coding agent?

Pass the request as free text to the prompt-architect command. It analyzes intent and domain, matches a pattern from its registry, verifies referenced files exist, and saves a structured XML prompt with role, problem statement, goals, and constraints to .agents/prompts/.

How do I generate a prompt from a GitHub issue?

Provide the issue URL as the argument. The Skill fetches the issue with gh issue view, marks it In Progress on the linked ProjectV2 board, embeds the issue context in the prompt, and records the reference so delivery can link it with Closes #n.

Does the Skill launch agent-quorum automatically?

No. It saves the prompt and presents Thorough, Balanced, and Quick run profiles with single-line launch commands, then waits for explicit operator confirmation before starting the detached run via pnpm run run:cli -- launch.

What input formats does prompt-architect accept?

It accepts free-text requests, GitHub issue URLs, requirements documents under .agents/requirements/, and plan files under .agents/plans/. Empty arguments trigger catalog mode, which asks what to analyze or compose.

What happens if referenced files or claims in my request are wrong?

A preflight actuality check verifies file paths, docs, exports, CLI flags, and config keys. Stale or unverified claims are flagged in an ACTUALITY block, and a skepticism-of-premise constraint is added so the downstream agent surfaces contradictions instead of guessing.