feat(agents): complete agent team setup with gstack skills#130
Merged
ohld merged 3 commits intoproductionfrom Mar 27, 2026
Merged
feat(agents): complete agent team setup with gstack skills#130ohld merged 3 commits intoproductionfrom
ohld merged 3 commits intoproductionfrom
Conversation
- Add Staff Engineer agent (review, investigate skills) - Align all agent skill assignments with gstack template - Fix QA reporting line: CEO -> CTO - Remove CTO self-review (Staff Engineer handles independent review) - Add full secrets mapping in .paperclip.yaml - Update handoff chain: CTO -> Staff Eng -> Release Eng -> QA - Reference dania-zip tone-of-voice repo for Comms Manager - Add GitHub Actions CI (lint + test on PRs) - Update README with org chart, handoff flow, webhook triggers
GitHub webhooks can't send Bearer tokens (they use HMAC signatures). Use GitHub Actions workflow to fire the Paperclip routine trigger with proper auth on PR open events.
…vestigate skill - ci.yml: fix test job pip install path (requirements.txt -> requirements/dev.txt) - ci.yml: pin ruff to 0.1.9 in lint job to match requirements/dev.txt - agents/cto: restore /investigate skill and instruction - agents/staff-engineer: add gh CLI API fallback note Fixes all 4 issues raised in PR #130 review. Co-Authored-By: Paperclip <noreply@paperclip.ing>
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
Complete Paperclip agent team overhaul based on
/plan-eng-reviewsession:Agent Structure
Skill Attachments (via Paperclip API, done in-session)
PATCH /api/agents/{id}withdesiredSkillsHandoff Chain
Monitoring
CI/CD
production(requires lint + test checks)Config Updates
.paperclip.yaml(DB, Coolify, Sentry, GH tokens per agent)Changes done via Paperclip API (not in this diff)
reportsTofrom CEO to CTOTest plan