revising-findings
Implement findings from verification reports with scope-based parallel workflow
What this skill does
# Revising Findings
## Overview
Systematic implementation of verification findings. Separates what to fix (verify) from how to fix it (revise). Enables parallel workflow where common issues can be implemented while cross-check validates exclusive issues.
**Announce at start:** "I'm using the revising-findings skill to implement [scope] issues from verification."
## Quick Reference
| Scope | What's Implemented | When Available |
|-------|-------------------|----------------|
| `common` | Issues both reviewers found (VERY HIGH confidence) | Immediately after collation |
| `exclusive` | VALIDATED exclusive issues only | After cross-check completes |
| `all` | Common + VALIDATED exclusive | After cross-check completes |
**Exclusive issue states:**
- **VALIDATED:** Implement
- **INVALIDATED:** Skip automatically
- **UNCERTAIN:** Prompt user
## Prerequisites
Before revising:
1. Collation report must exist (from `/verify`)
2. For `exclusive` or `all` scope: cross-check must be complete
## Step-by-Step Workflow
### 1. Locate Collation Report
**Find most recent collation:**
```bash
ls -la .work/*-collated*.md | tail -1
```
**If no collation found:**
```
Error: No collation report found. Run `/verify` first.
```
### 2. Parse Scope
**Determine what to implement:**
| User Request | Scope | Requirements |
|--------------|-------|--------------|
| `/revise` | all | Cross-check complete |
| `/revise common` | common | None (immediate) |
| `/revise exclusive` | exclusive | Cross-check complete |
| `/revise all` | all | Cross-check complete |
### 3. Check Cross-check Status (if needed)
**For `exclusive` or `all` scope:**
Read collation report metadata:
- `Cross-check Status: PENDING` → Warn user, suggest `/revise common`
- `Cross-check Status: COMPLETE` → Continue
**Warning message:**
```
Cross-check still running. Options:
1. `/revise common` - Start with high-confidence issues now
2. Wait for cross-check to complete
```
### 4. Build Implementation List
**For `common` scope:**
- All issues in "Common Issues" section
- BLOCKING first, then NON-BLOCKING
**For `exclusive` scope:**
- Only issues with `Cross-check: VALIDATED`
- Skip `Cross-check: INVALIDATED` automatically
- Prompt for `Cross-check: UNCERTAIN`
**For `all` scope:**
- Common issues (all)
- Exclusive issues (VALIDATED only)
- Prompt for UNCERTAIN
### 5. Handle UNCERTAIN Issues
For each UNCERTAIN exclusive issue:
```
UNCERTAIN: "[Issue description]"
- Source: Reviewer #[1/2]
- Cross-check: [findings]
Implement? [Y/n/skip all]
```
### 6. Dispatch Implementation Agents
**Agent selection:**
| Issue Type | Agent | Focus |
|------------|-------|-------|
| Code fixes | cipherpowers:code-agent | Apply code changes |
| Documentation | cipherpowers:technical-writer | Update docs |
| Test coverage | cipherpowers:code-agent | Add tests |
| Security fixes | cipherpowers:code-agent | Security patches |
**Dispatch pattern:**
```
Task tool:
subagent_type: [agent from table]
description: "Implement [issue summary]"
prompt: "Implement this fix from verification:
Issue: [description]
Location: [file/location]
Action: [what to do]
Make minimal, focused changes."
```
**Parallel dispatch:** Independent issues can be dispatched in parallel.
### 7. Verify Implementation
After all implementations:
1. Run project tests/checks if applicable
2. Report completion status
**Completion message:**
```
Revise complete.
Implemented:
- Common issues: X/Y
- Exclusive (VALIDATED): X/Y
- Exclusive (UNCERTAIN): X/Y (user approved)
- Skipped (INVALIDATED): X
Run `/verify` again to confirm fixes?
```
## Edge Cases
### All Issues Already Fixed
```
All issues from collation have been addressed.
Run `/verify` to confirm, or continue with other work.
```
### No Issues in Scope
```
No [common/exclusive] issues to implement.
[For common: All issues were exclusive - wait for cross-check]
[For exclusive: All exclusive issues were INVALIDATED]
```
### Cross-check Never Completes
If user wants to proceed without cross-check:
```
/revise all --force
Warning: Implementing exclusive issues without validation.
INVALIDATED issues may be included. Proceed? [y/N]
```
## Parallel Workflow Pattern
```
/verify docs
↓
Collation complete
↓
/revise common ← Starts immediately
↓ ↓
[Implementing] [Cross-check runs]
↓ ↓
Done Cross-check complete
↓
/revise exclusive
↓
All done
```
## What NOT to Skip
- Checking cross-check status before `exclusive`/`all` scope
- Prompting user for UNCERTAIN issues
- Skipping INVALIDATED issues (they don't apply)
- Running tests after implementation
## Related
- `/cipherpowers:verify` - Produces collation reports
- `dual-verification` skill - The verification workflow
- `/cipherpowers:execute` - Uses revise for fix implementation
## Remember
- `common` scope works immediately (no waiting)
- `exclusive` requires cross-check complete
- INVALIDATED = auto-skip (cross-check proved it doesn't apply)
- UNCERTAIN = user decides
- Parallel workflow reduces total time
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.