PulsePlate Workflow
<!-- markdownlint-disable MD013 -->When to use
- •Starting any new task in this repository.
- •Clarifying scope before coding, testing, or documentation changes.
- •Ensuring coordinator-first routing and AGENTS policy compliance.
Inputs required
- •Task goal in one sentence.
- •Candidate paths to change (or
unknown). - •Expected output (code change, docs update, report, or review).
Procedure (commands)
- •
Baseline repo state:
bashgit status --short git log -1 --oneline
- •
Load policy context:
bashls AGENTS.md RUNBOOK_AGENT.md find . -name AGENTS.md -maxdepth 4 | sort
- •
Identify relevant module scope:
bashrg -n "Scope and layout|This AGENTS.md applies to" app/AGENTS.md core/AGENTS.md frontend/AGENTS.md ios/AGENTS.md tests/AGENTS.md
- •
Start coordinator-first routing for multi-agent work:
- •Use
.cursor/agents/agent-coordinator.mdas entrypoint.
- •Use
Output format
- •
Task summary: one paragraph. - •
Scope: exact files/directories in scope. - •
Policy checks: list of AGENTS/RUNBOOK files used. - •
Execution plan: ordered steps with command list. - •
Risks: concrete constraints and fallback path.
If blocked, always include:
- •Raw failing lines.
- •
file:line:errorpointers. - •Minimal next-fix steps.
Guardrails
- •Do not claim green/ready/mergeable without local gate evidence.
- •Avoid bypassing hard rules in
AGENTS.md. - •Refrain from editing unrelated dirty files.
- •Do not use GUI/RPA automation in this workflow.
SoT links
- •
AGENTS.md - •
RUNBOOK_AGENT.md - •
.cursor/agents/AGENTS.md - •
.cursor/agents/agent-coordinator.md - •
app/AGENTS.md - •
core/AGENTS.md - •
frontend/AGENTS.md - •
ios/AGENTS.md - •
tests/AGENTS.md