{"skill":{"slug":"joan-workflow","displayName":"Joan Workflow","summary":"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.","description":"---\nname: Joan Workflow\ndescription: 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.\nversion: 0.1.0\n---\n\n# Joan Workflow\n\nJoan 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.\n\n## Core Concepts\n\n### Workspaces\n\nWorkspaces are the top-level organizational unit in Joan. Each workspace contains:\n- **Pods**: Versioned domain knowledge documents\n- **Todos**: Tasks scoped to the workspace\n- **Plans**: Implementation specs linked to todos\n- **Members**: Team members with roles (admin, member)\n\n### Pods\n\nPods are versioned markdown documents containing domain knowledge. Use pods to:\n- Document project architecture and design decisions\n- Store domain-specific terminology and business rules\n- Share knowledge across team members and AI assistants\n- Maintain living documentation that evolves with the project\n\n**Pod lifecycle:**\n1. Create locally with `joan pod create`\n2. Edit the markdown file in `.joan/pods/`\n3. Push to server with `joan pod push`\n4. Pull latest with `joan pod pull`\n\n### Todos\n\nTodos are tasks scoped to a workspace. Use todos to:\n- Track work items across team members\n- Assign tasks and set priorities\n- Link implementation plans to tasks\n\n**Todo workflow:**\n1. Create with `joan todo create`\n2. List with `joan todo list`\n3. Update status as work progresses\n4. Archive when complete\n\n### Plans\n\nPlans are implementation specs linked to todos. Use plans to:\n- Document how a feature will be implemented\n- Break down complex tasks into steps\n- Share implementation approach with team\n\n## CLI Commands Reference\n\n### Project Initialization\n\n```bash\njoan init                    # Interactive workspace selection\njoan init -w <workspace-id>  # Non-interactive with specific workspace\njoan status                  # Show project and auth status\n```\n\n### Pod Management\n\n```bash\njoan pod list               # List tracked pods\njoan pod list --all         # List all workspace pods\njoan pod add                # Add workspace pods to project\njoan pod create             # Create new pod locally\njoan pod pull               # Pull pods from server\njoan pod push               # Push local pods to server\njoan pod open               # Open pod in browser\n```\n\n### Todo Management\n\n```bash\njoan todo list              # List todos for tracked pods\njoan todo list --mine       # List todos assigned to me\njoan todo create            # Create new todo\njoan todo update <id>       # Update todo fields\njoan todo archive <id>      # Archive completed todo\n```\n\n### Plan Management\n\n```bash\njoan plan list <todo-id>    # List plans for a todo\njoan plan create <todo-id>  # Create implementation plan\njoan plan pull <todo-id>    # Pull plans from server\njoan plan push <todo-id>    # Push plans to server\n```\n\n### Context Generation\n\n```bash\njoan context claude         # Generate CLAUDE.md with Joan context\n```\n\n## When to Use What\n\n### Starting a New Project\n\n1. Run `joan init` to connect project to a workspace\n2. Select pods relevant to the project domain\n3. Run `joan context claude` to inject context into CLAUDE.md\n4. Read the generated pod references before coding\n\n### Before Coding a Feature\n\n1. Check if relevant pods exist: `joan pod list --all`\n2. Add any missing pods: `joan pod add`\n3. Pull latest: `joan pod pull`\n4. Read pods to understand domain context\n\n### After Completing Work\n\n1. Consider if learnings should become a pod\n2. Update or create todos to reflect progress\n3. Push any local changes: `joan pod push` and `joan todo push`\n\n### Documenting New Knowledge\n\n1. Create a pod: `joan pod create`\n2. Write domain knowledge in markdown\n3. Push to share: `joan pod push`\n4. Update CLAUDE.md context: `joan context claude`\n\n## MCP Integration\n\nJoan provides an MCP server at `https://joan.land/mcp/joan` with tools:\n- `list_workspaces` - List accessible workspaces\n- `list_pods` - List pods in a workspace\n- `get_pod` - Retrieve pod content\n\nThe MCP server uses OAuth 2.1 authentication. Authenticate via the CLI first with `joan auth login`.\n\n## Project Configuration\n\nJoan stores project config in `.joan/config.yaml`:\n\n```yaml\nworkspace_id: <uuid>\ntracked_pods:\n  - name: \"Pod Name\"\n    id: <uuid>\n```\n\nPods are stored locally in `.joan/pods/` as markdown files.\n\n## Best Practices\n\n### Pod Authoring\n\n- Use clear, descriptive titles\n- Include context about when the knowledge applies\n- Keep pods focused on a single domain concept\n- Update pods when knowledge evolves\n- Reference related pods when helpful\n\n### Todo Management\n\n- Create todos at the right granularity (not too big, not too small)\n- Link todos to relevant pods for context\n- Update status promptly to keep team informed\n- Archive completed todos to reduce noise\n\n### Context Synchronization\n\n- Run `joan context claude` after changing tracked pods\n- Pull pods before starting significant work\n- Push changes promptly to share with team\n","topics":["Knowledge Management"],"tags":{"latest":"0.1.0"},"stats":{"comments":0,"downloads":2019,"installsAllTime":76,"installsCurrent":0,"stars":1,"versions":1},"createdAt":1769331036977,"updatedAt":1778485852489},"latestVersion":{"version":"0.1.0","createdAt":1769331036977,"changelog":"Initial release of Joan Workflow skill providing guidance for Joan's knowledge and task management system.\n\n- Covers core concepts: workspaces, pods, todos, and plans.\n- Documents main CLI commands for project initialization, pod/todo/plan management, and context generation.\n- Includes recommendations for typical workflows (starting projects, coding features, documenting knowledge).\n- Describes MCP integration, project configuration, and best practices for pod authoring and todo management.\n- Guidance on keeping local context and documentation in sync with the team.","license":null},"metadata":null,"owner":{"handle":"donny-son","userId":"s179a47tp6d10f9ts114mg4c4s8857t9","displayName":"donny-son","image":"https://avatars.githubusercontent.com/u/60206749?v=4"},"moderation":null}