Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
i.2Wiki
Agentic AI Atlas · collaboration (Library)
library/collaborationa5c.ai
Search the atlas/
Wiki · linked records

Article and nearby pages

I.Current articlepp. 1 - 1
accessibility (Library)Aerospace Engineering Specialization (Library)AI Agents and Conversational AI Specialization (Library)Algorithms and Optimization Specialization (Library)Arts and Culture Specialization (Library)ATDD/TDD Methodology (Library)
II.Documented nodesrefs · 1
Collaboration Tools & Practices · Specialization
I.
Wiki article

library/collaboration

Reading · 4 min

collaboration (Library) reference

PR and issue collaboration policy processes, plus the code-review rubrics the PR

Page nodewiki/library/collaboration.mdNearby pages · 135Documents · 1

Continue reading

Nearby pages in the same section.

accessibility (Library)Aerospace Engineering Specialization (Library)AI Agents and Conversational AI Specialization (Library)Algorithms and Optimization Specialization (Library)Arts and Culture Specialization (Library)ATDD/TDD Methodology (Library)authoring (Library)AutoMaker (Library)Automotive Engineering Specialization (Library)Backend Development (Library)BDD/Specification by Example (Library)Bioinformatics and Genomics Specialization (Library)Biomedical Engineering Specialization (Library)BMAD Method (Library)business/ (folded) (Library)Business Analysis and Consulting (Library)Business Strategy and Operations (Library)Business Strategy Specialization (Library)CC10X Methodology (Library)CCPM - Claude Code PM Methodology (Library)Chemical Engineering Specialization (Library)Civil Engineering Specialization (Library)ClaudeKit Methodology (Library)Cleanroom Software Engineering (Library)CLI and MCP Development Specialization (Library)Code Migration and Modernization Specialization (Library)COG Second Brain (Library)common-utilities (Library)Communication specialization (Library)Composition: Aerospace Flight Control (Waterfall + V-Model + Cleanroom + inline Formal Verification) (Library)Composition: Legacy Modernization (Event Storming + DDD + FDD + Strangler Fig + RUP) (Library)Composition: Open Source Data-Validation Framework (TDD + BDD + Kanban + XP + Continuous Deployment) (Library)Composition: Regulated Greenfield (V-Model + DDD + Cleanroom + Waterfall) (Library)Composition: SaaS Analytics Dashboard (JTBD + Impact Mapping + Spec-Kit + Kanban + XP) (Library)Composition: Smart Product Recommendations (DDD + Hypothesis-Driven Development + BDD + Kanban) (Library)Composition: Startup MVP (Shape Up + Example Mapping + TDD + Scrum) (Library)Computer Science Specialization (Library)Cryptography and Blockchain Development Specialization (Library)Customer Experience and Support Specialization (Library)customer-support (Library)Data Engineering, Analytics, and BI Specialization (Library)Data Privacy Compliance (Library)Data Science and Machine Learning Specialization (Library)Intelligence, Decision Support and Decision Making (Library)Desktop Product Development Specialization (Library)developer-relations (Library)DevOps, SRE, and Platform Engineering Specialization (Library)Digital Marketing and Content Strategy Specialization (Library)Domain-Driven Design (DDD) Methodology (Library)Double Diamond Methodology (Library)Education and Learning Specialization (Library)Electrical Engineering Specialization (Library)Embedded Systems Engineering Specialization (Library)Entrepreneurship and Startup Processes (Library)Environmental Engineering Specialization (Library)Event Storming (Library)Everything Claude Code Methodology (Library)Example Mapping Methodology (Library)Extreme Programming (XP) (Library)Feature-Driven Development (FDD) (Library)Finance, Accounting, and Economics Specialization (Library)FPGA Programming and Hardware Description Specialization (Library)Game Product Development Specialization (Library)Gas Town Methodology (Library)GPU Programming and Parallel Computing (Library)GSD-Adapted Workflows for Babysitter SDK (Library)Healthcare and Medical Management Specialization (Library)Human Resources and People Operations Specialization (Library)Humanities and Anthropology Specialization (Library)Hypothesis-Driven Development (Library)Impact Mapping Methodology (Library)Incident Management (Library)Industrial Engineering Specialization (Library)internationalization (Library)Jobs to Be Done (JTBD) Methodology (Library)Kanban (Library)Knowledge Management (Library)Legal and Compliance Specialization (Library)Logistics and Operations Specialization (Library)Maestro App Factory (Library)Marketing and Brand Management Specialization (Library)Materials Science Specialization (Library)Mathematics Specialization (Library)Mechanical Engineering Specialization (Library)media (Library)Meta Specialization - Process, Skill, and Agent Creation (Library)Metaswarm Methodology (Library)MLOps (Library)Mobile Product Development Specialization (Library)Nanotechnology Specialization (Library)Network Programming and Protocols Specialization (Library)Observability specialization (Library)Enhanced Ontology-Driven Development (ODD) Methodology (Library)Operations Management Specialization (Library)Performance Optimization and Profiling Specialization (Library)Philosophy and Theology Specialization (Library)Physics Specialization (Library)Pilot Shell Methodology for Babysitter SDK (Library)Planning with Files (Library)Procurement — business domain specialization (Library)Product Management and Product Strategy Specialization (Library)Production contract (Library)Programming Languages and Compilers Development Specialization (Library)Project Management and Leadership Specialization (Library)Public Relations and Communications Specialization (Library)QA, Testing, and Test Automation (Library)Quantum Computing Specialization (Library)Release Engineering (Library)Research Specialization (Library)Robotics and Simulation Engineering Specialization (Library)RPIKit Methodology (Library)Ruflo Methodology (Library)RUP (Rational Unified Process) (Library)Sales and Business Development Specialization (Library)Scientific Discovery and Problem Solving Specialization (Library)Scrum (Library)SDK, Platform, and Systems Development (Library)Security, Compliance, and Risk Management Specialization (Library)Security Research and Vulnerability Analysis Specialization (Library)Shape Up (Library)Shared (Cross-Domain Assets) (Library)Social Sciences Specialization (Library)Software Architecture and Design Patterns Specialization (Library)sourcing/ (folded) (Library)Spec Kit Methodology (Library)Spiral Model (Library)Superpowers Extended Methodology (Library)Supply Chain Management Specialization (Library)Technical Documentation Specialization (Library)Travel (Curated-Dataset + SQL-Tool Pattern) (Library)UX/UI Design and User Experience Specialization (Library)V-Model Methodology (Library)Venture Capital and Investment Due Diligence Specialization (Library)Waterfall Methodology (Library)Web Product Development Specialization (Library)

Documented graph nodes

Records linked directly from this page’s Page node.

Collaboration Tools & Practices · Specialization

collaboration

PR and issue collaboration policy processes, plus the code-review rubrics the PR lifecycles call. Everything here is about how a change moves through review: the policy gates a PR must satisfy, the lifecycle variants that compose those gates for different kinds of change, and the structured review rubrics that produce the verdict.

Layout

  • code-review/ — 2 processes (review rubrics).
  • github/ — 16 processes (lifecycles, policy gates, utilities).

There are deliberately no root-level .js files in this specialization.

code-review/

— Structured PR review across six dimensions: correctness, clarity, consistency, coverage, complexity, change-scope.

— Multi-dimensional PR validator. Runs six review dimensions in parallel (quality, architecture, tests, security, UX, business), materialises non-blocking findings as a deferred-debt filesystem (docs/validation/<id>/<priority>/<category>/NN-title.md), then posts an approve-or-request-changes verdict.

  • six-dimension-review.js (@process specializations/collaboration/code-review/six-dimension-review)
  • validator.js (@process specializations/collaboration/code-review/validator)

**These two carry DIFFERENT dimension sets and are not interchangeable.** six-dimension-review.js hardcodes correctness, clarity, consistency, coverage, complexity, change-scope; validator.js hardcodes quality, architecture, tests, security, ux, business. Both happen to be six dimensions; that is the only thing they share. Picking one over the other is a real choice, not a naming detail. Reconciling the two rubrics is an open item, not something this README papers over.

github/

Entry point

— Dispatches to the appropriate pr-lifecycle variant based on (event x inferred change type). One entry point; many lifecycles.

  • pr-lifecycle-router.js (@process specializations/collaboration/github/pr-lifecycle-router)

Lifecycle variants

— Standard feature/bugfix/chore PR lifecycle: branch+PR policies -> label taxonomy -> issue linking -> six-dimension review -> merge gate. Composes the individual gate processes into one end-to-end flow.

— Fast-path lifecycle for production hotfixes: minimal gates, mandatory incident link, on-call sign-off breakpoint, merge to main + backport to staging/develop.

— Docs-only PR lifecycle: verify docs-only scope -> link check -> style/voice audit -> technical-accuracy review (if touching technical docs) -> merge.

— Security PR lifecycle: embargo check -> restricted-reviewer gate -> confidentiality audit (no leaks in title/body/tests/diff) -> coordinated disclosure plan -> merge window.

— Dependency-bump (dependabot/renovate) lifecycle: verify lock-file-only change -> classify semver impact -> require green CI -> auto-merge patch/minor, require human approval for major.

— Lifecycle triggered by @mention on a PR comment: classify intent -> route to review-comment-response OR re-run a targeted gate -> post reply with fix commit ref.

  • pr-lifecycle-feature.js (@process specializations/collaboration/github/pr-lifecycle-feature)
  • pr-lifecycle-hotfix.js (@process specializations/collaboration/github/pr-lifecycle-hotfix)
  • pr-lifecycle-docs.js (@process specializations/collaboration/github/pr-lifecycle-docs)
  • pr-lifecycle-security.js (@process specializations/collaboration/github/pr-lifecycle-security)
  • pr-lifecycle-dependency-bump.js (@process specializations/collaboration/github/pr-lifecycle-dependency-bump)
  • pr-lifecycle-comment-response.js (@process specializations/collaboration/github/pr-lifecycle-comment-response)

Policy gates

— Enforce branch-naming, target-branch, and no-direct-push-to-protected rules.

— Enforce PR hygiene: title conventions, scope, description completeness, linked issues, reviewers.

— Prohibit draft PRs for ready-to-merge flows; require ready-for-review state before CI/review gates apply.

— Enforce a canonical label taxonomy (type/area/priority) on issues and PRs.

— Ensure PRs and commits link to tracking issues with proper closing keywords.

— Every non-trivial commit must trace to an issue; direct commits without an issue reference are rejected in CI.

  • branch-policies.js (@process specializations/collaboration/github/branch-policies)
  • pr-policies.js (@process specializations/collaboration/github/pr-policies)
  • draft-pr-policy.js (@process specializations/collaboration/github/draft-pr-policy)
  • label-taxonomy.js (@process specializations/collaboration/github/label-taxonomy)
  • issue-linking.js (@process specializations/collaboration/github/issue-linking)
  • issue-only-no-direct-commits.js (@process specializations/collaboration/github/issue-only-no-direct-commits)

Utilities

— Merge-conflict resolver. Detects conflicts, checks whether upstream already covers the PR (safe-close if so), otherwise rewrites the PR branch in place: rebase onto base, resolve each conflict category, verify locally, force-push-with-lease, re-invoke validator. Works DIRECTLY on the existing PR branch — never creates a new branch/PR.

— Respond to a PR review comment: classify intent, address the concern, post a reply linking the fix commit.

— Producer persona. Detects project phase -> ingests spec (docs/specs/README.md) -> extracts gaps vs current implementation -> dedupes against existing issues -> drafts issue bodies in parallel -> infers labels/assignees -> batch-creates GitHub issues. Optionally runs a tech-debt scan grouping docs/validation/ findings into implementation issues.

  • conflict-resolver.js (@process specializations/collaboration/github/conflict-resolver)
  • pr-comment-response.js (@process specializations/collaboration/github/pr-comment-response)
  • producer.js (@process specializations/collaboration/github/producer)

Composition

pr-lifecycle-router.js is the single entry point: it dispatches by event and inferred change type to one of the six pr-lifecycle-* variants. The lifecycle variants in turn compose the policy gates and the review rubric — pr-lifecycle-feature.js composes branch-policies, pr-policies, label-taxonomy, issue-linking, and code-review/six-dimension-review.js into one end-to-end flow. The other variants select a narrower or wider set of the same gates to match the risk profile of the change.

Assets

— the canonical six-dimension review rubric.

  • Skill: `skills/six-dimension-code-review/SKILL.md`
  • There are no agents in this specialization.

---

Descriptions in this README are transcribed from the files' own @description headers, not invented.

Trail

Wiki

Library

collaboration (Library)

Continue reading

accessibility (Library)
Aerospace Engineering Specialization (Library)
AI Agents and Conversational AI Specialization (Library)
Algorithms and Optimization Specialization (Library)
Arts and Culture Specialization (Library)
ATDD/TDD Methodology (Library)
authoring (Library)
AutoMaker (Library)

Page record

Open node ledger

wiki/library/collaboration.md

Documents

Collaboration Tools & Practices · Specialization