prompt-engineering-suite scans every LLM call in your codebase, scores each prompt against a 12-point rubric, and proposes targeted rewrites — architecture-aware, nothing applied without your approval.
Each command is focused on a single responsibility, and nothing modifies your code without explicit approval.
Runs a discovery sweep, then fans out parallel reviewers — one per prompt — each scoring against the full rubric. Findings land in the terminal; your codebase stays untouched.
/prompt-audit [scope]
Reads your codebase conventions and rules folder, then proposes a best-practice prompt with correct layer placement, call parameters, and a starter eval — for your approval before anything is written.
/prompt-author <feature>
/prompt-init creates a persistent docs/prompt-engineering/ workspace with a prompt inventory and shared conventions. /prompt-fix targets one finding and applies an approved rewrite.
/prompt-fix <file:line>
Every audit, author, and fix command reads from the same rubric, so a prompt this suite writes would also pass the review this suite runs.
<doc>…</doc>, triple backticks) and the instructions name those delimiters.temperature=0 for extraction/classification; max_tokens bounded; not relying on provider defaults.
Severities can be overridden per-project via docs/prompt-engineering/rules/ or .prompt-review.yaml.
Each does one thing. Nothing writes to your codebase without your approval first.
Scans the codebase for existing LLM usage, creates a persistent docs/prompt-engineering/ workspace with an inventory, auto-generated conventions, and a house-rules file all commands share. Safe to re-run.
Discovers all LLM prompts, then fans out parallel subagent reviewers — one per prompt — each scoring against the full PE rubric. Reads your rules folder when present. Output is terminal-only; nothing is changed.
Creates a feature-brief file for you to fill in the product intent, reads the codebase and rules folder, then proposes a best-practice prompt with correct layer placement, call params, and a starter eval — for your approval.
Re-reviews a single prompt at the given location, applies the rubric, and proposes a rewrite as a diff. You approve before it is applied. Use after /prompt-audit to address specific findings one at a time.
Running /prompt-init creates a workspace committed to your repo and shared with your team.
/prompt-init./prompt-author. Tracks a feature brief from draft through implemented — the audit trail for every intentional prompt in your codebase.Requires Claude Code. The marketplace is private to the ASSIST Software GitHub org — org members only.
gh auth login or an SSH key in ssh-agent).docs/prompt-engineering/ with your project's conventions pre-filled.