.claude/skills/proactive-agent/SKILL.md
Framework for transforming AI agents from reactive task-followers into anticipatory partners. Implements Write-Ahead Logging (WAL), Working Buffer protocols, and self-improving guardrails for persistent, proactive agent behavior.
npx skillsauth add wallacedobbs428/thecalltaker proactive-agentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Framework that transforms AI agents from reactive task-followers into anticipatory partners.
The mindset shift: "What would genuinely delight my human that they haven't thought to ask for?"
The agent asks "what would help?" rather than waiting for requests, surfaces reverse-prompted ideas, and monitors outcomes.
Using Write-Ahead Logging (WAL), Working Buffer protocols, and Compaction Recovery, the agent survives context truncation by capturing critical details before responding.
The agent self-heals issues, attempts 10 different approaches before requesting help, and evolves safely using ADL/VFM guardrails that prioritize stability over novelty.
Captures corrections, decisions, proper nouns, preferences, and specific values immediately in SESSION-STATE.md — treating chat history as temporary buffer, not permanent storage.
Logs every exchange after 60% context consumption, surviving the "danger zone" between memory flush and compaction.
Non-negotiable commitment to attempting 5-10 methods before considering asking for help.
documentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
tools
Automate repetitive development tasks and workflows. Use when creating build scripts, automating deployments, or setting up development workflows. Handles npm scripts, Makefile, GitHub Actions workflows, and task automation.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices". Fetches latest Vercel guidelines and checks files against all rules.
development
Implement web accessibility (a11y) standards following WCAG 2.1 guidelines. Use when building accessible UIs, fixing accessibility issues, or ensuring compliance with disability standards. Handles ARIA attributes, keyboard navigation, screen readers, semantic HTML, and accessibility testing.