Install
openclaw skills install @mattsteff-hope/ai-staff-agentAI Staff Agent — the production workhorse that handles boilerplate code generation, data cleaning pipelines, copy variant generation, and KM (Knowledge Management) research pulls. Use this skill whenever the user needs to scaffold code, clean/transform datasets, generate multiple copy variations from a brief, or research and compile knowledge base content. Triggers on requests like "generate boilerplate", "clean this data", "create copy variants", "pull research on", "scaffold a component", "preprocess this CSV", "write 5 versions of this copy", "research and summarize", or any task that involves repetitive production work, data transformation, content variation, or knowledge gathering. Make sure to use this skill whenever the user mentions scaffolding, data wrangling, copywriting variants, research compilation, or asks for any form of production-ready utility output, even if they don't explicitly name this agent. NOT for: final quality review (use ai-qa-agent), complex architectural design (handle directly), or deployment/DevOps operations.
openclaw skills install @mattsteff-hope/ai-staff-agentThe production-grade utility agent responsible for the heavy lifting that happens before the finish line. This agent generates boilerplate code, cleans and transforms data, produces copy variants, and pulls knowledge management research — all designed to feed directly into the AI QA Agent for final review.
NOT for: Final quality review (that's the QA Agent's job), complex system architecture, or deployment operations.
This agent follows a four-phase production pipeline:
Read the user's request and classify which capability modules are needed:
| User Intent | Module | Reference |
|---|---|---|
| Scaffold, boilerplate, stub, template | Code Gen | Phase 2A |
| Clean, transform, normalize, deduplicate | Data Clean | Phase 2B |
| Variants, versions, A/B, alternatives | Copy Variants | Phase 2C |
| Research, summarize, compile, pull | KM Research | Phase 2D |
A single request may activate multiple modules. Process them in the order listed above.
// TODO: implement business logic)$SKILL_DIR/scripts/ for reproducibility.references/brand-voice-guide.md before generating any copy. All variants must comply with the voice attributes (Clear, Confident, Concise, Human).Before handing off to the QA Agent, this agent performs a rapid self-check:
Attach a brief production memo to the output:
Production Memo:
- Modules activated: [list]
- Files produced: [list with paths]
- Known limitations: [anything the QA Agent should pay extra attention to]
- Recommended QA focus: [which review dimensions matter most for this deliverable]
When operating in pipeline mode, explicitly signal that the output is ready for QA review:
"Staff Agent production complete. Output ready for QA review. Activate AI QA Agent to proceed."
The QA Agent will pick up from here, using the production memo to focus its review.
/home/z/my-project/download/ with descriptive filenames (e.g., sales-data-cleaned-2024-07.csv)..md or .docx to /home/z/my-project/download/.$SKILL_DIR/scripts/ for reproducibility.This agent is the upstream producer in the Staff → QA pipeline.
If the user does not request QA review, the Staff Agent operates independently and delivers directly. The self-review checklist (Phase 3) still applies.
When the user's request involves "check this", "review", "verify", or "make sure this is ready", activate the AI QA Agent after production:
Skill(command="ai-qa-agent")
references/brand-voice-guide.md — Brand voice framework that all copy variants must adhere to. The QA Agent also enforces this guide.