arbiterForge
Official@arbiterforge
Offers structured engineering governance, architectural decision tracking, and gated implementation protocols for complex software development lifecycles.
Agent Skills by arbiterForge
Showing 23 vetted skills indexed across 1 GitHub repositories.
using-git-worktrees
Create isolated git worktrees and branches for parallel agent tasks.
skill-author
Author v2-format codeArbiter skills after validating gaps against the existing index.
decision-variance
Compare architectural artifacts against the scaffold and label variances as concur, divergent, or silent.
dispatching-parallel-agents
Coordinate parallel agent fan-out and collect terminal results without dropping failures.
executing-plans
Execute approved implementation plans in small user-checked batches.
release
Derive SemVer from Conventional Commits and publish annotated tags and GitHub Releases.
finishing-a-development-branch
Resolve development branches through PR-only terminal actions with gate verification.
security-architecture
Map attack surfaces and identify unmitigated STRIDE threats before implementation.
secret-handling
Detect and block secret leaks in code changes.
brainstorming
Refine rough feature ideas into approved, testable specifications with acceptance criteria.
decision-lifecycle
Author and track numbered, dated architecture decision records with user attribution.
commit-gate
Enforce a nine-phase commit workflow with tests, linting, and secrets scanning.
writing-plans
Convert approved specifications into executable implementation plans with ordered tasks.
context-creation
Initialize brownfield codebases into codeArbiter project state with scout analysis.
tdd
Enforce test-first implementation gates with red-green tests, coverage, and lint checks.
decompose
Decompose uninitialized projects into durable specifications via guided multi-layer interviews.
subagent-driven-development
Coordinate fresh-subagent implementation loops with test-first execution and gated review.
refactor
Enforce parity checks and test gates during code refactoring.
debug
Investigate unknown defects by forming hypotheses and gathering cited evidence.
crypto-compliance
Detect banned cryptographic primitives and TLS misconfigurations in changed code.
sandbox-lifecycle
Isolate untrusted repositories in ephemeral Docker sandboxes for inspection and execution.
sandbox-claude-inside
Run Claude Code inside an isolated ca-sandbox container with token authentication.
myskill
Execute a single gated task with a self-contained entry point.
Frequently Asked Questions About arbiterForge
FAQPage SchemaWhat specific engineering tasks does ArbiterForge enable?βΌ
ArbiterForge enables structured project decomposition, architectural decision record tracking, and gated implementation cycles. It facilitates parallel branch management using worktrees, enforces test-first development standards, and provides rigorous security scanning for cryptographic primitives and secret leaks within codebases.
Which personas benefit most from these engineering protocols?βΌ
Senior software engineers, technical leads, and security architects benefit from these protocols. The system is designed for teams requiring high-integrity development environments, strict adherence to architectural decision records, and verifiable, gated code quality standards across complex, multi-repository project structures.
What are the prerequisites for implementing these development gates?βΌ
Implementation requires an existing codebase or project structure capable of supporting Docker-based ephemeral sandboxes. Users must maintain conventional commit standards to leverage the release management features and ensure that development environments support isolated worktree branching for parallel task execution.