loom-extension

AI-Native Development Environment for pi — loom extension

Packages

Package details

extension

Install loom-extension from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:loom-extension
Package
loom-extension
Version
0.1.0
Published
May 26, 2026
Downloads
not available
Author
barykin.maxim
License
Apache-2.0
Types
extension
Size
203.8 KB
Dependencies
0 dependencies · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

loom-extension

AI-Native Development Environment for pi — a task-centric, knowledge-accumulating extension that turns pi into an autonomous development orchestrator.

What it does

  • Plan Mode (/plan) — brainstorm, decompose, write specs, create artifacts.
  • Agent Mode (/agent) — execute plans step-by-step with worker/reviewer subagents.
  • Knowledge Layer — accumulates project rules, architecture, and task history across sessions.
  • Subagent Spawning — scout, researcher, migrator, worker, reviewer pipelines.
  • Verification Matrix — invariant tracking and compliance checks.

Commands

Command Description
/plan [desc] Enter Plan Mode
/agent Enter Agent Mode
/loom-init Initialize loom in current project
/task-status Show current task status
/rule-add Add a project rule
/rule-list List project rules
/arch-add Add architecture component
/arch-list List architecture components
/subagents List active subagents
/verify-matrix Generate verification matrix

Install

pi install npm:loom-extension

Or project-local:

pi install -l npm:loom-extension

Requirements

  • pi >= 0.75.0

License

Apache-2.0