AI SummaryStatusBoardAI provides a structured system for maintaining persistent AI assistant memory through journaling and intelligent git workflows, designed for developers managing complex multi-task projects.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "StatusBoardAI — Copilot Instructions" prompt rules to my project. Repository: https://github.com/hassanvfx/StatusBoardAI Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Elevating Project Management with AI Coplitos
ClineFlow: Universal AI Assistant Memory System
> Persistent Context Through Intelligent Documentation > > This project uses ClineFlow to maintain persistent memory across AI assistant sessions through automatic journaling and intelligent commit workflows.
MANDATORY: Every Task Must Have a Journal
No Exceptions - All Tasks Require Documentation • Single Task: Create docs/journals/[task-name].md • Multi-Task Continuation: Add new section to existing journal • Use Template: See clineflow/JOURNAL_TEMPLATE.md • Update Regularly: Journal progresses with each commit Multi-Task Pattern: • First task creates journal with Task 1 section • Subsequent tasks add Task 2, Task 3, etc. sections to SAME journal • Maintain task history index at top • Keeps all related work in single source of truth
🚀 Intelligent Commit Command
When user says: "commit changes", "commit", or "please commit" Automatically: • ✅ Detect active journal (most recent in docs/journals/) • ✅ Generate context-aware journal entry from conversation • ✅ Append entry to journal file • ✅ Stage ALL changes + updated journal • ✅ Create descriptive commit message • ✅ Execute git commit • ✅ Confirm completion Result: Single commit with code changes + meaningful journal documentation
Module/File Size Rules
• Ideal Size: 300-500 lines of code (LOC) • Maximum Size: 1000 LOC (hard limit) • Over 1K LOC: Unacceptable - must be refactored
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts