Generate a Personalized Second Brain Build Plan3 skills
A Claude Code skill that generates a phase-by-phase PRD for building an AI second brain with memory, integrations, proactive monitoring, and security.
Productivity Blueprint
A Claude Code skill that generates a phase-by-phase PRD for building an AI second brain with memory, integrations, proactive monitoring, and security hardening.
Run this command to deploy the blueprint to your environment.
Generates a personalized Product Requirements Document for building an AI second brain from a requirements template. Instead of guessing how to wire Claude into your personal tools and workflow, this skill reads your tech stack and preferences, researches your platforms, and produces a detailed 9-phase build plan tailored to your specific setup.
A Claude Code skill that generates a phase-by-phase PRD for building an AI second brain with memory, integrations, proactive monitoring, and security.
A second brain tailored to your exact platform stack and proactivity preference, with no guesswork on API auth, hook setup, or security hardening.
Requires Claude Code SDK for PRD generation and research capability. The generated second brain uses FastEmbed ONNX models for local embeddings (70MB model cache), SQLite with sqlite-vec and FTS5 for memory search, and Python for heartbeat scheduling. If building the chat interface, requires Slack SDK and Socket Mode. The heartbeat requires concurrent file locking (fcntl on Unix, msvcrt on Windows) because multiple background processes write to daily logs simultaneously. See generated PRD Phase 2 (Hooks) for shared.py implementation patterns.
Requires Claude Code to run. The generated PRD assumes you will implement each phase sequentially. Later phases depend on earlier ones (e.g., integrations require the hooks layer). Each phase is estimated Medium-High complexity; the full build timeline is 3-4 weeks for a solo developer. The PRD generates code paths and patterns but does not auto-scaffold the actual codebase.
Personalized PRD Generation
Reads your requirements and generates a 9-phase build plan with code paths, API details, and implementation notes specific to your platforms.
Multi-Platform Research
Automatically researches Gmail, Slack, Linear, Asana, GitHub, Calendar, and other integrations to ensure API-accurate implementation guidance.
Proactivity-Level Mapping
Maps your choice (Observer, Advisor, Assistant, Partner) to concrete behaviors in heartbeat scheduling, draft generation, and automation scope.
Security-First Phases
Includes dedicated phases for credential protection, external data sanitization, guardrails, and API key isolation with specific code patterns.
Starter Memory Templates
Includes ready-to-use BOOTSTRAP.md, SOUL.md, USER.md, and daily log templates for instant vault setup.