Auditor Selection
Evaluate and select audit firms for "$ARGUMENTS" based on industry expertise, regulation experience, cost, and timeline to find the best fit for the organization's certification goals.
Prerequisites
Read .metapowers/compliance/$ARGUMENTS/00-scope.md. If this file does not exist, tell the user:
Phase 0 (Scope) has not been completed for "$ARGUMENTS". Run /compliance:regulatory-landscape $ARGUMENTS first, or use --skip-checks to bypass.
If --skip-checks is present in $ARGUMENTS, skip this check.
Process
Read context files:
- Read
plugins/compliance/shared/grc-lifecycle-guide.md for GRC methodology reference
- Read
.metapowers/compliance/$ARGUMENTS/00-scope.md for scope and applicable regulations
- Read
.metapowers/compliance/$ARGUMENTS/03-certify.md for audit readiness status
Define selection criteria:
- Industry expertise — experience with organization's sector
- Regulation experience — certifications the firm can audit (SOC 2, ISO 27001, HIPAA, etc.)
- Geographic coverage — can they audit all relevant locations?
- Team size and availability — can they staff the engagement in the desired window?
- Cost — engagement fees, travel costs, additional charges
- Timeline — availability for desired audit window
- References — client references in similar industry/size
- Combined audit capability — can they audit multiple standards simultaneously?
Create shortlist:
- Identify 3-5 candidate audit firms
- Research firm reputation, specializations, and recent engagements
- Consider Big 4, mid-tier, and boutique firms based on organization size and needs
- Check for conflicts of interest
Prepare RFP:
- Define scope — regulations, locations, systems in scope
- Define timeline — desired audit window, report delivery date
- Define deliverables — audit report, management letter, certificate
- Request pricing structure — fixed fee vs. hourly, payment terms
- Request team qualifications — lead auditor experience, certifications held
- Request references — 2-3 comparable clients
Evaluation framework:
- Score each firm against selection criteria (weighted scoring)
- Evaluate RFP responses for completeness and quality
- Check references — ask about responsiveness, thoroughness, communication
- Negotiate terms — scope, timeline, pricing, re-audit clauses
- Consider combined audits (SOC 2 + ISO 27001 with same firm for efficiency and cost savings)
Write the artifact to .metapowers/compliance/$ARGUMENTS/03-certify.md (append to existing) with sections:
- Selection Criteria — weighted criteria with scoring methodology
- Candidate Shortlist — firms under consideration with profiles
- RFP Template — prepared RFP for distribution
- Evaluation Matrix — scoring framework for comparing responses
- Combined Audit Opportunities — multi-standard audit possibilities
- Recommended Next Steps — timeline for RFP distribution, evaluation, and selection
Output
The auditor selection plan appended to .metapowers/compliance/$ARGUMENTS/03-certify.md. Present a summary to the user highlighting:
- Selection criteria and weights
- Recommended number of firms to evaluate
- Combined audit opportunities identified
- Suggested timeline for selection process
1---2name: auditor-selection3description: Evaluate and select audit firms4---56# Auditor Selection78Evaluate and select audit firms for "$ARGUMENTS" based on industry expertise, regulation experience, cost, and timeline to find the best fit for the organization's certification goals.910## Prerequisites1112Read `.metapowers/compliance/$ARGUMENTS/00-scope.md`. If this file does not exist, tell the user:1314> Phase 0 (Scope) has not been completed for "$ARGUMENTS". Run `/compliance:regulatory-landscape $ARGUMENTS` first, or use `--skip-checks` to bypass.1516If `--skip-checks` is present in $ARGUMENTS, skip this check.1718## Process19201. **Read context files:**21 - Read `plugins/compliance/shared/grc-lifecycle-guide.md` for GRC methodology reference22 - Read `.metapowers/compliance/$ARGUMENTS/00-scope.md` for scope and applicable regulations23 - Read `.metapowers/compliance/$ARGUMENTS/03-certify.md` for audit readiness status24252. **Define selection criteria:**26 - Industry expertise — experience with organization's sector27 - Regulation experience — certifications the firm can audit (SOC 2, ISO 27001, HIPAA, etc.)28 - Geographic coverage — can they audit all relevant locations?29 - Team size and availability — can they staff the engagement in the desired window?30 - Cost — engagement fees, travel costs, additional charges31 - Timeline — availability for desired audit window32 - References — client references in similar industry/size33 - Combined audit capability — can they audit multiple standards simultaneously?34353. **Create shortlist:**36 - Identify 3-5 candidate audit firms37 - Research firm reputation, specializations, and recent engagements38 - Consider Big 4, mid-tier, and boutique firms based on organization size and needs39 - Check for conflicts of interest40414. **Prepare RFP:**42 - Define scope — regulations, locations, systems in scope43 - Define timeline — desired audit window, report delivery date44 - Define deliverables — audit report, management letter, certificate45 - Request pricing structure — fixed fee vs. hourly, payment terms46 - Request team qualifications — lead auditor experience, certifications held47 - Request references — 2-3 comparable clients48495. **Evaluation framework:**50 - Score each firm against selection criteria (weighted scoring)51 - Evaluate RFP responses for completeness and quality52 - Check references — ask about responsiveness, thoroughness, communication53 - Negotiate terms — scope, timeline, pricing, re-audit clauses54 - Consider combined audits (SOC 2 + ISO 27001 with same firm for efficiency and cost savings)55566. **Write the artifact** to `.metapowers/compliance/$ARGUMENTS/03-certify.md` (append to existing) with sections:57 - **Selection Criteria** — weighted criteria with scoring methodology58 - **Candidate Shortlist** — firms under consideration with profiles59 - **RFP Template** — prepared RFP for distribution60 - **Evaluation Matrix** — scoring framework for comparing responses61 - **Combined Audit Opportunities** — multi-standard audit possibilities62 - **Recommended Next Steps** — timeline for RFP distribution, evaluation, and selection6364## Output6566The auditor selection plan appended to `.metapowers/compliance/$ARGUMENTS/03-certify.md`. Present a summary to the user highlighting:67- Selection criteria and weights68- Recommended number of firms to evaluate69- Combined audit opportunities identified70- Suggested timeline for selection process