com um clique
project-management
// Manage Kurt projects - add sources/targets, update project.md, detect missing content, track progress. (project)
// Manage Kurt projects - add sources/targets, update project.md, detect missing content, track progress. (project)
Information gathering utilities (analytics, research, content analysis) (general)
One-time team setup that creates Kurt profile and foundation rules
Collect content feedback and identify patterns for rule updates
Extract and manage writing rules (style, structure, persona, publisher, custom) (project)
Configure CMS connections and perform ad-hoc content searches (Sanity, Contentful, WordPress)
Create outlines, drafts, and edited content with comprehensive lineage tracking (project)
| name | project-management |
| description | Manage Kurt projects - add sources/targets, update project.md, detect missing content, track progress. (project) |
This skill orchestrates Kurt project workflows by managing sources (ground truth), targets (content to update/create), and project progress. It delegates operational details to specialized subskills and domain skills.
For usage examples and workflows, see CLAUDE.md.
create-project - Create a new Kurt project
/create-project slash command or project-management create-projectsubskills/create-project.mdresume-project - Resume work on existing project
/resume-project slash command or project-management resume-project [name]subskills/resume-project.mdclone-project - Clone a template project and customize it
/clone-project slash command or project-management clone-project [template-name]subskills/clone-project.mdcheck-onboarding - Verify organizational onboarding complete
subskills/check-onboarding.mdgather-sources - Orchestrate iterative source gathering
subskills/gather-sources.mdextract-rules - Orchestrate iterative rule extraction
subskills/extract-rules.mdprojects/<project-name>/
├── project.md # Project manifest
├── sources/ # Project-specific sources only (PDFs, notes)
└── drafts/ # Work in progress
Key principle: Web content lives in /sources/ (org KB), not project folders.
Add sources to project:
/sources/ first, then reference in project.mdprojects/<name>/sources/, reference in project.mdAdd targets to project:
/sources/ within project.md Targets sectionUpdate project.md:
Check project status:
See KURT.md for complete project.md specification.
Key sections:
Delegates to:
/sources/ (kurt map + kurt fetch)Called by:
/create-project slash command → create-project subskill/resume-project slash command → resume-project subskill--url-prefix for multiple URLs (never loop individual commands)For workflows and usage examples, see CLAUDE.md.
For project.md format specification, see KURT.md.