By auge2u
Multi-tenant migration system for Gastown. Features T0/T1/T2 tenant hierarchy, data isolation, tiered features, and customizable branding. Research lost context, discover project facts, plan roadmaps, and structure work items for multi-agent execution.
Archaeological rescue specialist for abandoned projects. Reconstructs lost context through git archaeology, timeline analysis, and mission extraction.
Project migration specialist for Gastown. Handles discovery, planning, and structuring stages to transform projects for multi-agent execution.
Extracts semantic memory from project analysis. Scans codebase, docs, and configs to understand tech stack, constraints, and goals.
Builds a full-scope product roadmap for an existing project by scanning PRDs in /docs, extracting legacy tasks, and creating a comprehensive plan to move from MVP/early release to the next major stage.
Reconcile multi-project perspectives with ecosystem planning. Creates alignment report and checkpoint for context recovery.
Archaeological rescue skill for abandoned projects. Reconstructs lost context through git archaeology, timeline analysis, and mission extraction.
Extracts work items as Beads and bundles them into Convoys for Gastown multi-agent execution.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
lisa-helps-ralph-loops is a migration system that analyzes existing projects and structures them for Gastown — Steve Yegge's multi-agent workspace manager.
.gt/ directory with memory, beads, convoys/lisa-loops-memory:analyze # Scan project, generate semantic memory
/lisa-loops-memory:beads # Extract work items as Beads
/lisa-loops-memory:convoy # Bundle Beads into Convoys
/lisa-loops-memory:migrate # Full migration (analyze + beads + convoy)
/lisa-loops-memory:roadmap # One-shot roadmap generation
/lisa-loops-memory:roadmap-native # Native loop with quality gates
/lisa-loops-memory:roadmap-orchestrated # External orchestrator mode
/plugin marketplace add auge2u/lisa-helps-ralph-loops
/plugin install lisa-loops-memory@lisa-helps-ralph-loops
# Full migration in one command
/lisa-loops-memory:migrate
# Or run phases individually
/lisa-loops-memory:analyze # Creates .gt/memory/semantic.json
/lisa-loops-memory:beads # Creates .gt/beads/*.json
/lisa-loops-memory:convoy # Creates .gt/convoys/*.json
project/
├── .gt/
│ ├── memory/
│ │ ├── semantic.json # Project facts (tech stack, constraints)
│ │ ├── episodic.json # Decisions with TTL (~30 days)
│ │ └── procedural.json # Learned patterns
│ ├── beads/
│ │ └── gt-*.json # Individual work items
│ └── convoys/
│ └── convoy-*.json # Bundled work assignments
└── [existing project files]
| Term | Description |
|---|---|
| Mayor | Primary AI coordinator with full workspace context |
| Town | Root workspace directory (~/gt/) |
| Rig | Project container wrapping a git repo |
| Polecat | Ephemeral worker agent (spawn → work → disappear) |
| Hook | Git worktree for persistent state |
| Convoy | Work-tracking unit bundling multiple beads |
| Bead | Individual work item with alphanumeric ID (gt-xxxxx) |
{
"id": "gt-abc12",
"title": "Add user authentication",
"type": "feature",
"complexity": "L",
"priority": "high",
"acceptance_criteria": [
"User can sign up with email",
"Session persists across refresh"
],
"evidence": {
"source": "docs/PRD.md",
"line": 42
}
}
{
"id": "convoy-001",
"name": "Authentication Sprint",
"beads": ["gt-abc12", "gt-def34", "gt-ghi56"],
"status": "pending"
}
# Validate full migration
python plugins/lisa-loops-memory/hooks/validate_gastown.py
# Validate specific phase
python plugins/lisa-loops-memory/hooks/validate_gastown.py --phase analyze
python plugins/lisa-loops-memory/hooks/validate_gastown.py --phase beads
python plugins/lisa-loops-memory/hooks/validate_gastown.py --phase convoy
| System | Role |
|---|---|
| Gastown | Target platform (Mayor, Polecats) |
| ralph-orchestrator | Loop execution for roadmap commands |
See CONTRIBUTING.md.
MIT
Product-owner skillset to generate a full-scope roadmap from an existing repo/docs/PRDs and legacy tasks, with an orchestration-friendly loop mode.
Migration system for Gastown. Analyzes projects, extracts Beads, creates Convoys, generates .gt/ structure for multi-agent execution.
Staged migration system for Gastown. Research lost context, discover project facts, plan roadmaps, and structure work items for multi-agent execution.
npx claudepluginhub auge2u/lisa3 --plugin lisaClaude Code integration for MCP Task Orchestrator — schema-aware context, note-driven workflow
Flight Levels methodology plugin for Metis. Includes methodology skills, iterative Ralph loops for task execution and initiative decomposition, and Flight Levels agent guidance.
Orchestrate full delivery of a beads epic through polecats, refinery, and integration branches. The final stage of the design-to-delivery pipeline: gt-toolkit formulas produce the spec and plan, design-to-beads converts the plan into beads issues, and this skill delivers those issues through Gas Town infrastructure.
AI-powered cascading development framework with design document system and multi-agent collaboration. Breaks down projects into Features (Mega Plan), Features into Stories (Hybrid Ralph), with auto-generated technical design docs, dependency-driven batch execution, Git Worktree isolation, and support for multiple AI agents (Codex, Amp, Aider, etc.).
Dynamic task-based agentic delegation with builder/validator pairs and meta-prompt team orchestration
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.