ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Joan Workflow

This skill should be used when the user asks about "joan", "pods", "workspace", "domain knowledge", "context sync", "joan init", "joan todo", or needs guidance on how Joan's knowledge management system works. Provides workflow guidance for pods, todos, plans, and workspace management.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/donny-son/joan-workflow
Or

Joan Workflow

Joan is a workspace-based knowledge and task management system for AI-assisted development. This skill covers when and how to use Joan's core concepts.

Core Concepts

Workspaces

Workspaces are the top-level organizational unit in Joan. Each workspace contains:

  • Pods: Versioned domain knowledge documents
  • Todos: Tasks scoped to the workspace
  • Plans: Implementation specs linked to todos
  • Members: Team members with roles (admin, member)

Pods

Pods are versioned markdown documents containing domain knowledge. Use pods to:

  • Document project architecture and design decisions
  • Store domain-specific terminology and business rules
  • Share knowledge across team members and AI assistants
  • Maintain living documentation that evolves with the project

Pod lifecycle:

  1. Create locally with joan pod create
  2. Edit the markdown file in .joan/pods/
  3. Push to server with joan pod push
  4. Pull latest with joan pod pull

Todos

Todos are tasks scoped to a workspace. Use todos to:

  • Track work items across team members
  • Assign tasks and set priorities
  • Link implementation plans to tasks

Todo workflow:

  1. Create with joan todo create
  2. List with joan todo list
  3. Update status as work progresses
  4. Archive when complete

Plans

Plans are implementation specs linked to todos. Use plans to:

  • Document how a feature will be implemented
  • Break down complex tasks into steps
  • Share implementation approach with team

CLI Commands Reference

Project Initialization

joan init                    # Interactive workspace selection
joan init -w <workspace-id>  # Non-interactive with specific workspace
joan status                  # Show project and auth status

Pod Management

joan pod list               # List tracked pods
joan pod list --all         # List all workspace pods
joan pod add                # Add workspace pods to project
joan pod create             # Create new pod locally
joan pod pull               # Pull pods from server
joan pod push               # Push local pods to server
joan pod open               # Open pod in browser

Todo Management

joan todo list              # List todos for tracked pods
joan todo list --mine       # List todos assigned to me
joan todo create            # Create new todo
joan todo update <id>       # Update todo fields
joan todo archive <id>      # Archive completed todo

Plan Management

joan plan list <todo-id>    # List plans for a todo
joan plan create <todo-id>  # Create implementation plan
joan plan pull <todo-id>    # Pull plans from server
joan plan push <todo-id>    # Push plans to server

Context Generation

joan context claude         # Generate CLAUDE.md with Joan context

When to Use What

Starting a New Project

Metadata

Author@donny-son
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-donny-son-joan-workflow": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.