team-kanban
πPluginMoxyWolfLLC/moxywolf-plugins
Installation
/plugin marketplace add MoxyWolfLLC/moxywolf-plugins/plugin install team-kanban@moxywolf-pluginsJira (project MOXY) is the single canonical task board. Sweeps non-chat sources (Google Drive Active Tasks, Google Calendar, Gmail) for genuinely-new action items, dedups them against the board (open + recently-Done), and files them to MOXY with best-practice issue authoring (Context/Acceptance/Notes descriptions, sub-items as real Subtasks, dependencies as Blocks links, Backlog default), then maintains board hygiene (priorities, column limits, In Review reviewer pairings). v0.6.0 retired the vault kanban and all Slack task flows (no Obsidian source-of-truth, no dual-authority sync-back, no Slack scraping, no #general digest) β team members file their own tickets directly in Jira, including from Slack via the Jira Slack app. Bulk writes to the shared tracker stay human-gated.
Part of
MoxyWolfLLC/moxywolf-plugins
More from this repository10
The missing code-learning loop. At session start (or on demand via /code-learn) walks the active repo(s) under ~/Documents/GitHub/, extracts a durable pattern digest β tech stack and dependency signatures, naming conventions, error-handling style, test patterns, lint/type rules, file-layout idioms, frequent imports, and what the repo intentionally does NOT use β and writes one digest per repo to MoxyWolf Vault/_Shared Knowledge/Code Patterns/<repo>.md. Incremental: only files modified since the digest's last-learned timestamp are re-read. The digest is referenced by future Claude sessions so suggestions match the team's existing patterns instead of generic boilerplate. Auto-invoked by /session-start; manual trigger via /code-learn <repo> | --project <slug> | --all. v0.1.0.
Frontier Founder SMB (FFSMB) β pre-built small-business workflows on a modern indie-founder stack: Clarify AI CRM, Stripe payments, QuickBooks accounting, DocuSign, Gmail/Google, and claude.ai/design. Cash flow, month-end close, invoice chasing, weekly briefs, CRM upkeep, customer pulse, contract review, hiring, growth campaigns β with an approval gate on anything touching money or customers. A MoxyWolf public fork of Anthropic's Small Business plugin, re-homed off PayPal/HubSpot/Square/Canva. Companion to the Apollo plugin for B2B prospecting. v0.3.1: installable β all 31 skills migrated, design lane rewritten for claude.ai/design, connector manifest in place. Team-beta; a dogfood pass over the transformed money/CRM skills is recommended before public release.
Operationalizes the 4D AI Fluency Framework (Delegation, Description, Discernment, Diligence) for content production. The single front door for every MoxyWolf blog property: a targets/ registry (FrontierFounder wired; STIGViewer, moxywolf-website, prfaq register-only) drives canonical URL, JSON-LD, frontmatter, and hero per destination, and every post picks a publishing target + a pillar (new or existing) before drafting β the hub-and-spoke methodology, with /blog-pillar to manage pillars and their linking maps. /blog-init is writer-friendly: two folder picks, author name, hero vibe, optional live URL. /blog-voice runs a self-contained 8-question voice interview and writes a per-writer voice profile; multi-voice supported. /blog-start mounts the two directories and surfaces in-progress and unpublished pieces. /blog-pipeline runs the 4-phase pipeline: 30-day discourse sweep across reddit/X/HN/Substack/Facebook/Quora/podcasts/academic with a /council:deliberate synthesis pass, verified bibliography via bibtex-builder, draft in the writer's voice via research-pipeline/content-writer, two-tier anti-AI-slop pass, then a nonce-bound Release Owner Gate (100-point rubric). On sign-off, the pipeline ends β social derivatives are opt-in. /blog-social derives any subset of: LinkedIn Post + first-comment (feed Post 1,300-2,500 chars sweet spot, 2,900 hard cap under LinkedIn's 3,000-char ceiling, zero body links; companion first-comment file with the fixed "If you want to do your own researchβ¦" opener, the blog URL, and the 2-3 sources the Post quotes inline), LinkedIn Article (optional long-form, separate selection), Twitter/X (5-10 post thread with β€280-char per-post hard cap, script-enforced), Facebook (single 300-500 char post with body-inline link). One voice profile, per-platform register shifts (Twitter compressed; Facebook warmer; LinkedIn professional; first-comment voice-off and utilitarian). /blog-publish ships a signed post β the writer never types a git command. Implements the Release Owner Gate from MoxyWolf's Beyond the Prompt whitepaper.
Generate MoxyWolf monthly board deck from LivePlan, GA4, Taskade, and GitHub data.
Steph Ango / Obsidian's five official agent skills vendored into the MoxyWolf marketplace so every team Mac gets consistent Obsidian fluency. Ships obsidian-markdown (proper wiki-link / callout / embed rendering), obsidian-bases (Obsidian's new Bases query syntax that replaced Dataview for most use cases), json-canvas (the JSON Canvas spec for visual boards), obsidian-cli (script-friendly Obsidian invocation), and defuddle (Defuddle HTML-to-Markdown cleanup for web clips). Upstream: kepano/obsidian-skills, Apache-2.0. v1.0.0.
Transform AI-generated content into author-owned work through structured editorial judgment, voice extraction, and Sorkin DOB narrative framing β with a complete authorship record.
Generate Excalidraw diagrams directly into the MoxyWolf Vault in the zsviczian Obsidian-Excalidraw plugin's native .excalidraw.md format. /excalidraw <description> writes to _Shared Knowledge/Diagrams/ or Projects/<project>/06-Engineering/diagrams/; /excalidraw-here generates a diagram of the current document and embeds it next to that note. Carries the excalidraw-vault-core runner protocol (Obsidian wrapping format, element schema, depth assessment, routing) as the single source of truth so future plugins can delegate. Parallels vault-code-learn (code axis) and graphify-vault (knowledge axis) on the diagram axis.
Full-pipeline front-end design system for SaaS products and marketing sites. Generates, polishes, audits, and optimizes production-ready Next.js + React + Tailwind + shadcn/ui interfaces. Includes an anti-slop design-taste gate (Design Read, three dials, anti-default discipline, em-dash ban) adapted from taste-skill (MIT), plus design-fluency material (OKLCH color, typography craft, AI-slop test, craft reference library) consolidated from impeccable (Apache-2.0).
Analyze GitHub repositories for health, tech-stack conformance, security-classified issue reviews (CWE/OWASP/NIST), HITL code-fix suggestions, closure verification, and reverse-engineered PRDs. Runs a graphify knowledge graph as the mandatory first step of deep analysis β corpus from the clone, runner protocol delegated to the graphify plugin's graphify-core skill β with keyless and plain-tree-walk fallbacks. Uses native GitHub MCP + gh CLI / REST.
Framework-specific development best practices for React, Next.js, Supabase/Postgres, TDD, and Playwright E2E testing.