What problem does it solve?
This Skill provides a copy-paste task prompt template that reliably orchestrates a full document redaction workflow with review gates, ensuring the agent performs the correct two-pass process and uses the right required skills in the right order.
Core Features & Use Cases
- Two-pass workflow orchestration: Sets Pass 1 as the deliverable default, with Pass 2 only when strict criteria are met or pages are flagged for visual/VLM review.
- User policy injection: Forces the agent to treat the user’s must-redact and must-not-redact requirements as the authoritative source for coverage checks.
- Safe operational guardrails: Includes anti-confusion rules to prevent skipping /review_apply, misusing previews, or performing “true redaction” outside the prescribed pipeline.
- Scales to large documents: Provides long-document rules to avoid loading huge CSVs into chat context and to run programmatic verification and targeted fixes.
Quick Start
Copy the template from TASK_PROMPT_TEMPLATE.md into your agent chat, fill in all placeholders in the Setup section, then write your case-specific User redaction requirements at the end before sending it to the agent.