miniproject

Installation
SKILL.md

Markdown Driven Task Management

This is a simplified and concise project management AI memory framework.

[!NOTE] CRITICAL Before doing any work:

  1. Find the memory store using the helper script:
    MEMORY_DIR=$(/home/zenobius/.pi/agent/skills/projectmanagement/miniproject/scripts/miniproject.sh memory-dir)
    
    • This handles git worktrees automatically (finds .memory/ in the main worktree)
    • Use --create flag to create the directory if it doesn't exist
  2. Ensure the following files exist in .memory/:
  • read .memory/todo.md, .memory/summary.md, .memory/knowledge.md and .memory/team.md (use grep/ls, not the glob or list tool)
  • if .memory/ is missing these files, then create those three.
  1. Initialise the knowledge codemap if it does not exist:
  • create a file .memory/knowledge-codemap.md with an ascii statemachine diagram representing your understanding of the codebase.
  • this is critical for understanding the project structure and flow.
  1. Always read .memory/summary.md, .memory/todo.md, and .memory/team.md before starting any work.
Related skills
Installs
49
GitHub Stars
52
First Seen
Jan 24, 2026