Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · ClaudeKit Methodology (Library)
page:library-claudekita5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewarticlejsongraph
III.Related pagespp. 1 - 1
II.
Page reference

page:library-claudekit

Reading · 3 min

ClaudeKit Methodology (Library) reference

A coding safety net with real-time error prevention, checkpoint management, and specialized AI subagent orchestration. Adapted from ClaudeKit(https://github.com/carlrannaberg/claudekit) by Carl Rannaberg.

Pagewiki/library/claudekit.mdOutgoing · 1Incoming · 1

ClaudeKit Methodology

A coding safety net with real-time error prevention, checkpoint management, and specialized AI subagent orchestration. Adapted from ClaudeKit by Carl Rannaberg.

Core Principles

1. **Event-Driven Safety**: Hook system provides real-time error prevention across PreToolUse, PostToolUse, UserPromptSubmit, and Stop events 2. **File Guard Protection**: 195+ patterns across 12 categories block sensitive file access with bash pipeline analysis 3. **6-Agent Parallel Review**: Architecture, security, performance, testing, quality, and documentation reviewed concurrently 4. **Spec-Driven Development**: Full specification lifecycle from codebase research to 6-phase iterative execution 5. **Parallel Research**: 5-10 concurrent research agents for up to 90% faster results 6. **Checkpoint Management**: Git-backed state management for safe rollback 7. **Session Isolation**: All hook changes are session-scoped 8. **Context Engineering**: Codebase mapping and thinking-level enhancement for improved reasoning

Process Files

FileProcess IDDescription
claudekit-orchestrator.jsmethodologies/claudekit/claudekit-orchestratorMain entry: setup hooks, file-guard, codebase-map, dispatch commands, safety checks, checkpoints
claudekit-code-review.jsmethodologies/claudekit/claudekit-code-review6-agent parallel code review with weighted scoring and recommendations
claudekit-spec-workflow.jsmethodologies/claudekit/claudekit-spec-workflowSpec creation from research + 6-phase execution (implement, test, review, improve, commit, track)
claudekit-research.jsmethodologies/claudekit/claudekit-researchParallel research orchestration with 5-10 concurrent agents
claudekit-safety-pipeline.jsmethodologies/claudekit/claudekit-safety-pipelineHook system: file-guard, typecheck/lint/test checks, checkpoints, profiling

Agents (8)

AgentRoleUsed In
code-review-coordinatorMulti-agent review aggregationCode Review
security-analystSecurity vulnerability detectionCode Review
performance-analystPerformance bottleneck analysisCode Review
testing-specialistTest coverage and qualityCode Review
architecture-reviewerArchitecture quality assessmentCode Review
research-coordinatorParallel research orchestrationResearch
spec-architectSpecification design and creationSpec Workflow
triage-specialistProblem diagnosis and routingOrchestrator

Skills (8)

SkillPurpose
checkpoint-managementGit-backed state management
file-guard195+ pattern file access protection
code-review-orchestration6-agent parallel review
spec-creationFeature specification from research
spec-execution6-phase iterative implementation
research-orchestrationParallel multi-agent research
hook-managementSession-scoped hook lifecycle
codebase-mappingAutomatic project indexing

Slash Commands (Mapped to Processes)

CommandMaps To
/code-review [target]claudekit-code-review
/spec:create [feature]claudekit-spec-workflow (create mode)
/spec:execute [file]claudekit-spec-workflow (execute mode)
/research [query]claudekit-research
/checkpoint:createclaudekit-orchestrator checkpoint task
/checkpoint:restoreclaudekit-orchestrator checkpoint task
/validate-and-fixclaudekit-safety-pipeline
/hook:enable/disable/statusclaudekit-orchestrator hook management

Hook System

EventHooks
PreToolUsefile-guard
PostToolUsetypecheck-changed, lint-changed, test-changed, check-comment-replacement, check-unused-parameters
UserPromptSubmitcodebase-map, thinking-level
Stopcreate-checkpoint, typecheck-project, lint-project, test-project, self-review

Attribution

Adapted from ClaudeKit by Carl Rannaberg.

Article source

The article body is owned directly by this record.

Related pages

No related wiki pages for this record.

Shortcuts

Open overview
Open JSON
Open graph