analyst
01humanerd-drew/opencode-drewgent
Agent
Data analysis agent. Queries kanban DB, git log, knowledge.db for patterns, trends, and insights. Produces structured reports. Read-only on production data.
humanerd-drew/opencode-drewgent
Agent
Data analysis agent. Queries kanban DB, git log, knowledge.db for patterns, trends, and insights. Produces structured reports. Read-only on production data.
humanerd-drew/opencode-drewgent
Agent
Documentation and record-keeping agent. Writes changelogs, updates docs, saves kanban completion summaries. Does NOT implement features.
humanerd-drew/opencode-drewgent
Agent
CMO-style content agent. Observes recent work activity (sessions, kanban, git), identifies narrative-worthy material, produces blog + X thread + LinkedIn drafts. Maintains narrative arc continuity.
humanerd-drew/opencode-drewgent
Agent
Content editing and QA agent. Reviews drafts for tone, voice, clarity, and language quality. Final quality gate before publishing.
humanerd-drew/opencode-drewgent
Agent
Read-only research and exploration agent. Gathers context, traces call chains, reports patterns. Cannot modify files. ESCALATE capability for hard problems.
humanerd-drew/opencode-drewgent
Agent
Implementation agent. Writes code, creates files, applies patches. Follows project conventions. Verifies with lint/test after changes.
humanerd-drew/opencode-drewgent
Agent
Work orchestration and pipeline management. Assigns tasks across agent profiles, tracks progress, resolves blockers. Delegates — does NOT implement.
humanerd-drew/opencode-drewgent
Agent
Task decomposition and planning agent. Breaks complex goals into atomic, actionable tasks with dependency ordering. Produces structured plans only.
humanerd-drew/opencode-drewgent
Agent
Critical code review for architecturally significant changes. Architecture integrity, abstraction boundaries, performance, migration strategy. Second set of eyes after standard reviewer.
humanerd-drew/opencode-drewgent
Agent
Code review agent. Reviews changes for logic errors, edge cases, style, security, testing, and over-engineering. Does NOT modify files.
humanerd-drew/opencode-drewgent
Agent
Security-focused code review. Audits for injection, crypto misuse, auth bypass, privilege escalation, secret leakage. Blocks release on CRITICAL findings.
humanerd-drew/opencode-drewgent
Agent
Site Reliability Engineering agent. Manages services, deployment pipelines, cron jobs, and incident response. Read-only first.
humanerd-drew/opencode-drewgent
Agent
Test agent. Writes and runs tests for implemented code. Verifies correctness before review. Max 2 fix cycles before reporting unrecoverable failure.
humanerd-drew/opencode-drewgent
Skill Claude CodeCodex
Date: 2026-05-31 (updated 2026-06-11) Status: Operational Source: agent/brainsignals.py, agent/signalprocessor.py, agent/eventbus.py, agent/awarenessreporter.py, agent/brainmonitor.py Purpose: Single source of truth for {{AGENTNAME}}'s brain signal architecture.
humanerd-drew/opencode-drewgent
Skill Claude CodeCodex
A development guide for building an AI agent that can split difficult tasks into smaller tasks, run them through child agents, and combine their results. It uses test-driven development (TDD), meaning tests are written and checked as the system is built.
humanerd-drew/opencode-drewgent
Skill Claude CodeCodex
Integrate {{AGENTNAME}} with ACP (Agent Client Protocol) agents. Reverse-engineered from goose's Rust ACP provider implementation.
humanerd-drew/opencode-drewgent
Skill Claude CodeCodex
Maintain .{{AGENTNAMELOWER}} as an Obsidian vault — graph connectivity overhaul (P-layer mesh, skill clusters, SEO article web), broken link detection, backlink density verification via Obsidian CLI, filename deduplication, bidirectional linking, auto-generated orphan management, cron output graph bloat prevention…
humanerd-drew/opencode-drewgent
Skill Claude CodeCodex
Skill "brain-dashboard-system" from humanerd-drew/opencode-drewgent, covering brain dashboard system, 아키텍처, 핵심 스크립트, 1. brainnodes.py (ascii 뇌 시각화) and 2. brainhtmldashboard.py (웹 대시보드).
humanerd-drew/opencode-drewgent
Skill Claude CodeCodex
Sync trend-harvester analyzed output to P2-hippocampus memories — bidirectional bridge between P4-cortex growth engine and P2-hippocampus long-term memory.
humanerd-drew/opencode-drewgent
Skill Claude CodeCodex
Skill "tool-integration-protocol" from humanerd-drew/opencode-drewgent, covering tool integration protocol, 3단계 통합 패턴, step 1: 도구 핸들러 파일, step 2: modeltools.py import 추가 and step 3: toolsets.py에 toolset 배정.
humanerd-drew/opencode-drewgent
Skill Claude CodeCodex
Skill "harsh-critic" from humanerd-drew/opencode-drewgent, covering harsh critic — completion bias defense, purpose, 3-tier classification, extreme — hard block (exit 2) and high — fail + mandatory fix.
humanerd-drew/opencode-drewgent
Skill Claude CodeCodex
Contract-First QA pipeline - implements 3-phase QA (contract → micro-QA → full-QA) using P2-hippocampus qa-evidence system.
humanerd-drew/opencode-drewgent
Skill Claude CodeCodex
Generate test scenarios and acceptance criteria from user requirements.
humanerd-drew/opencode-drewgent
Skill Claude CodeCodex
Semantic code search using Semble — find code by intent rather than exact matches. Use when exploring unfamiliar codebases or searching for patterns that are hard to express as regex.