malteristo/magic

A practice framework for thinking with AI

Python23 starsAI-Human Practice FrameworkGitHub

Standalone Assessment

Maturity: 2/5

Single release (v0.1.0, 2026-04-01) on a repo just six months old. No evidence of a v0.2 roadmap or changelog beyond the initial cut. Alpha-stage framework: concepts are well-articulated, but the codebase has not been stress-tested at scale or by a meaningful external user base. Zero open issues is more likely a reflection of minimal community engagement than pristine quality.

Documentation: 4/5

The README is unusually coherent for an early-stage project — it clearly separates the conceptual model (distributed cognition, workshop-as-memory, human sovereignty) from the practical entry points (turtleOS for practitioners, ONBOARDING.md and MAGIC_SPEC.md for builders). Supporting documents are explicitly named: MAGIC_SPEC.md, ONBOARDING.md, FAQ.md, TROUBLESHOOTING.md, and the linked Book of Magic narrative. The directory structure is explained with purpose, not just listed. Loses one point because no dependency manifest is available and the actual in-repo prose docs cannot be evaluated from the provided data.

Code Quality: 2/5

No dependency manifest available, no CI badge visible in the README, and no mention of tests. The repo appears to be primarily a prompt/markdown framework with Python glue code rather than a conventional software library, which limits meaningful code-quality signals. The absence of CI is a real gap for a project that invites contributors to build on it. Language choice (Python) is appropriate; the framework-over-code nature means this score reflects an absence of evidence rather than evidence of poor quality.

Maintenance: 4/5

Last commit is 2026-05-08 — four days before this appraisal — indicating active development. Commit cadence appears consistent since creation six months ago. The maintainer is clearly engaged: the ecosystem spans at least three linked repos (magic, turtleOS, Book of Magic). Zero open issues with no apparent triage backlog suggests either a very clean codebase or a pre-community stage where issues are not yet being filed externally.

Adoption: 2/5

23 stars and 4 forks in six months is modest even for a niche practice framework. The companion turtleOS repo and the Book of Magic suggest the author is building an ecosystem rather than a single tool, which could seed organic growth, but no downstream dependents or external references are visible. Niche framing (cognitive partnership rituals, workshop metaphors) limits the total addressable audience. Trajectory cannot be assessed without star-history data.

Overall: 2.6/5

Competitive Positioning

Category: AI-Human Practice Framework Known alternatives in vault: jkomoros--prompt-garden (LLM Prompt Composition); garrytan--gbrain, NorthwoodsSentinel--loam, UnluckyMycologist68--palimpsest (Personal AI Memory) Differentiation: Magic occupies a distinct niche none of the vault's current entries fully cover. Where gbrain and loam focus on persistent memory retrieval and where prompt-garden addresses prompt composition, Magic is explicitly a practice methodology — a set of rituals, session flows (Capture → Process → Orient), directory conventions, and agent initialization patterns that govern how a human engages with AI over time. Its plain-files-as-memory approach is a deliberate architectural stance (portability, model-agnosticism, no platform lock-in) not present in the memory repos. The "summoning ritual" in system/tomes/summoning/ and the agent stance design ("mirror with a stance, not a yes-machine") are differentiated contributions. What alternatives do better: gbrain has stronger retrieval infrastructure and a larger user base; prompt-garden offers more reusable compositional primitives. Gap or crowd: New category — no prior appraisals in the vault match this framing. Magic fills a genuine structural gap as the methodology and ritual layer that memory and prompt repos assume but don't provide. Adding it opens a "Personal AI Practice" axis that complements the existing memory and prompt-composition entries rather than crowding them.

PAI Fit

Score: 4/5 Harvestable: The three-move session loop (Capture / Process / Orient) is immediately adoptable as a PAI skill template. The workshop directory schema (system/, desk/, floor/, box/, library/) maps cleanly onto a knowledge vault partition strategy. The agent summoning ritual in system/tomes/summoning/ is directly extractable as a PAI system-prompt seed. The "mirror with a stance" agent persona framing is a reusable design principle for any PAI agent configuration. Integration path: Magic is best integrated as the practice layer of a PAI system: its session rituals become scheduled PAI skills, its summoning prompts seed agent system prompts, and its directory conventions inform vault organization. The plain-files substrate means no API integration is required — the patterns port directly into any file-based vault setup. Reading MAGIC_SPEC.md and adapting the summoning ritual would be the first concrete integration steps. Overlap with existing: garrytan--gbrain overlaps on the external-AI-memory pattern (both treat files as the AI's inherited context); Magic adds the ritual and session-structure layer gbrain lacks. jkomoros--prompt-garden overlaps on structured prompt design; Magic's prompts are more opinionated about agent stance and less about compositional reuse. NorthwoodsSentinel--loam overlaps weakly on personal knowledge retention. No vault entry currently provides a comparable practice-methodology framework — overlap is partial and complementary rather than duplicative. Adoption cost: Moderate. No code dependencies to manage, but integration requires reading and internalizing MAGIC_SPEC.md, adapting the summoning ritual to the PAI agent configuration, and reorganizing or mirroring the workshop directory structure in the vault. The conceptual vocabulary (tomes, flows, resonance bundles, lore) is idiosyncratic and requires a mental translation pass before structural patterns can be cleanly extracted.

Notes

Magic is a conceptually mature but community-early framework that arrives at the right moment for a PAI system buildout. Its core insight — that structured rituals and plain-file conventions can turn an AI session from a task transaction into a compounding practice — is both well-articulated and underserved in the current vault. The main risks are: (1) the Python component is opaque without a dependency manifest or CI, so actual implementation quality is uncertain; (2) 23 stars over six months suggests the framework has not yet found escape velocity beyond the author's own use; (3) the ecosystem dependency on turtleOS and the Book of Magic means some value is distributed across repos not captured here. Despite those caveats, the session-flow and summoning-ritual patterns are worth harvesting regardless of whether the full framework is adopted. Score would rise meaningfully if the MAGIC_SPEC.md content, test infrastructure, or dependency manifest were reviewable.