feat(pm-team): add deep-doc-review skill (adapted from optimus)#332
Open
gandalf-at-lerian wants to merge 1 commit intomainfrom
Open
feat(pm-team): add deep-doc-review skill (adapted from optimus)#332gandalf-at-lerian wants to merge 1 commit intomainfrom
gandalf-at-lerian wants to merge 1 commit intomainfrom
Conversation
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughA new skill definition file introduces Changes
Sequence Diagram(s)sequenceDiagram
actor User
participant Workflow as Deep Doc Review<br/>Workflow
participant Docs as Documentation<br/>Files
participant Analyzer as Analysis<br/>Engine
participant UI as Review<br/>Interface
participant Approver as Approval<br/>Gate
User->>Workflow: Trigger (based on skip/trigger rules)
Workflow->>Docs: Discover & Load Documents
Docs-->>Analyzer: Document Content
Analyzer->>Analyzer: Analyze with Cross-referencing<br/>(PRD, TRD, API, Data Model, etc.)
Analyzer-->>UI: Findings with Issues & Severity
UI->>UI: Present Overview Table
UI-->>User: Display Findings
loop For Each Finding
User->>UI: Decide: Fix/Adjust/Skip
UI->>User: Confirm Resolution
end
User->>Approver: Request Approval
Approver-->>User: Approval Decision
alt Approved
Workflow->>Docs: Apply Corrections
Docs-->>Workflow: Updates Complete
else Denied
Workflow->>User: Review Changes Required
end
Workflow->>UI: Generate Final Summary<br/>(Fixed/Skipped Statistics)
UI-->>User: Report Complete
Comment |
Leonardox7
approved these changes
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds ring:deep-doc-review to the pm-team plugin.
Cross-references project docs (PRD, TRD, API design, data model) to find errors, inconsistencies, gaps, and contradictions BEFORE implementation starts. Works as a pre-gate before entering dev-cycle.
Key features
Origin
Adapted from alexgarzao/optimus (optimus-deep-doc-review), converted to Ring format.
cc @alexgarzao