Add Technical Writer and Compliance Auditor agents#56
Merged
msitarzewski merged 3 commits intomsitarzewski:mainfrom Mar 10, 2026
Merged
Conversation
Closes msitarzewski#22. Adds two new specialized agents: - Technical Writer: API docs, getting-started guides, ADRs, doc review - Compliance Auditor: SOC 2, ISO 27001, gap assessments, evidence collection
The GITHUB_OUTPUT format does not support multiline values with simple echo. Use heredoc delimiter to pass multiple changed file paths correctly.
Owner
|
Hey @jnMetaCode — thanks for this! The Compliance Auditor is a great addition and fills a real gap alongside the existing Legal Compliance Checker. The lint workflow fix is also appreciated. One note: a later submission (PR #67) included a Technical Writer agent that ended up being a closer fit for the repo's style and depth, and has already been merged. Could you drop the Technical Writer from this PR and keep the Compliance Auditor + lint fix? Happy to merge once that's updated. |
PR msitarzewski#67 already merged a better-fit engineering/engineering-technical-writer.md. Keep only Compliance Auditor + lint workflow fix. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Author
|
Thanks for the review! Makes total sense — Removed
Ready for another look! |
5 tasks
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
specialized/technical-writer.md) — covers API documentation, getting-started guides, architecture decision records, documentation review checklists, and docs-as-code workflowsspecialized/compliance-auditor.md) — covers SOC 2, ISO 27001, HIPAA, PCI-DSS audit readiness, gap assessment, evidence collection, and continuous complianceCloses #22.
Design decisions
specialized/since they serve cross-functional roles rather than belonging to a single departmentChecklist
scripts/lint-agents.shwith no errorsTest plan