Overview
- Skill Key
- donny-son/joan-workflow
- Author
- donny-son
- Source Repo
- openclaw/skills
- Version
- 0.1.0
- Source Path
- skills/donny-son/joan-workflow
- Latest Commit SHA
- 123800f884aec85775bee559c47a32065da0f63d
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Joan Workflow 技能。 若已安装,则直接安装 Joan Workflow 技能。
# 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 ```bash joan init # Interactive workspace selection joan init -w <workspace-id> # Non-interactive with specific workspace joan status # Show project and auth status ``` ### Pod Management ```bash 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 loc...
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".