Documentation Coverage: Percentage of features documented
Accuracy: Percentage of accurate information
Completeness: Percentage of complete documentation
Readability: Flesch-Kincaid reading level scores
User Satisfaction: User satisfaction scores and ratings
Business Metrics
Support Reduction: Reduction in support tickets
Time to Answer: Average time to find answers
User Onboarding: Improvement in user onboarding time
Feature Adoption: Increase in feature adoption
Customer Retention: Impact on customer retention
KPIs
Documentation ROI: Return on investment for documentation efforts
Documentation Velocity: Rate of documentation creation and updates
Search Success Rate: Percentage of successful searches
Content Freshness: Age of documentation content
User Engagement: User engagement with documentation
User Feedback Integration
Feedback Channels
Feedback Forms: Collect feedback directly on documentation pages
Surveys: Conduct periodic user surveys
Support Tickets: Analyze support tickets for documentation gaps
User Interviews: Conduct user interviews for deeper insights
Analytics: Analyze user behavior through analytics
Feedback Analysis
Categorization: Categorize feedback by type and severity
Prioritization: Prioritize feedback based on impact and effort
Trend Analysis: Identify trends and patterns in feedback
Root Cause Analysis: Identify root causes of documentation issues
Action Planning: Create action plans to address feedback
Feedback Implementation
Quick Wins: Address quick and easy improvements immediately
Planned Updates: Incorporate feedback into planned documentation updates
Communication: Communicate changes to users
Validation: Validate that changes address user needs
Continuous Improvement: Establish continuous improvement process
1---2name: content-strategy3description: Documentation architecture, content planning, and maintenance strategies4---56# Content Strategy
78## Documentation Architecture and Information Hierarchy
910### Information Architecture Principles
11- **User-Centered Design**: Organize content around user needs and tasks
12- **Scannability**: Make content easy to scan with headings, lists, and formatting
13- **Findability**: Ensure users can find information through search and navigation
14- **Consistency**: Use consistent structure and terminology throughout
15- **Progressive Disclosure**: Reveal information as needed, not all at once
1617### Content Organization
18- **Topic-Based Authoring**: Create reusable content modules
19- **Hierarchical Structure**: Organize content from general to specific
20- **Cross-References**: Link related content for comprehensive coverage
21- **Navigation**: Provide clear navigation paths and breadcrumbs
22- **Taxonomy**: Use consistent categorization and tagging
2324### Content Types
25- **Conceptual Content**: Explains concepts and principles
26- **Task-Based Content**: Step-by-step instructions for tasks
27- **Reference Content**: Quick reference for commands, APIs, parameters
28- **Troubleshooting Content**: Solutions to common problems
29- **Tutorial Content**: Learning materials and examples
3031## Content Planning and Roadmaps
3233### Documentation Planning
34- **Audience Analysis**: Identify target audiences and their needs
35- **Content Audit**: Review existing documentation for gaps and quality
36- **Prioritization**: Prioritize content based on user needs and business goals
37- **Resource Planning**: Allocate time and resources for documentation
38- **Timeline**: Create realistic timelines for documentation projects
3940### Content Roadmaps
41- **Short-Term**: Immediate documentation needs and quick wins
42- **Medium-Term**: Planned documentation improvements and expansions
43- **Long-Term**: Strategic documentation initiatives and goals
44- **Milestones**: Key milestones and deliverables
45- **Dependencies**: Identify dependencies between documentation tasks
4647### Content Calendar
48- **Publishing Schedule**: Plan when to publish new content
49- **Update Schedule**: Plan when to review and update existing content
50- **Seasonal Content**: Plan content around product releases and events
51- **Content Themes**: Organize content around themes or topics
52- **Owner Assignment**: Assign owners for each content piece
5354## Documentation Maintenance Strategies
5556### Content Review Cycles
57- **Regular Reviews**: Schedule regular content reviews (quarterly, biannually)
58- **Version Updates**: Update documentation with each product release
59- **User Feedback**: Review and incorporate user feedback
60- **Analytics Review**: Review analytics to identify underperforming content
61- **Competitive Analysis**: Review competitor documentation for improvements
6263### Content Lifecycle
64- **Creation**: Write and publish new content
65- **Maintenance**: Keep content accurate and up-to-date
66- **Archival**: Archive outdated or obsolete content
67- **Deletion**: Remove content that is no longer needed
68- **Revival**: Revive and update archived content if needed
6970### Quality Assurance
71- **Peer Review**: Have peers review documentation before publishing
72- **User Testing**: Test documentation with actual users
73- **Accuracy Checks**: Verify technical accuracy regularly
74- **Link Checking**: Check for broken links regularly
75- **Accessibility**: Ensure content is accessible to all users
7677## Localization and Internationalization
7879### Internationalization (i18n)
80- **Unicode Support**: Use Unicode for international character support
81- **Text Direction**: Support left-to-right and right-to-left languages
82- **Date/Time Formats**: Use locale-appropriate date and time formats
83- **Number Formats**: Use locale-appropriate number and currency formats
84- **String Externalization**: Externalize strings for translation
8586### Localization (l10n)
87- **Translation**: Translate content into target languages
88- **Cultural Adaptation**: Adapt content for cultural appropriateness
89- **Terminology**: Use consistent terminology in each language
90- **Images and Screenshots**: Localize images and screenshots
91- **Testing**: Test localized content for accuracy and usability
9293### Localization Strategy
94- **Priority Languages**: Identify priority languages based on user base
95- **Translation Tools**: Use translation management systems
96- **Translation Process**: Establish translation workflow and review process
97- **Maintenance**: Keep translations synchronized with source content
98- **Quality Assurance**: Review translations for accuracy and quality
99100## Documentation Metrics and KPIs
101102### Usage Metrics
103- **Page Views**: Track page views and unique visitors
104- **Time on Page**: Measure engagement and reading time
105- **Bounce Rate**: Identify pages with high exit rates
106- **Search Queries**: Track what users are searching for
107- **Click-Through Rate**: Measure navigation effectiveness
108109### Quality Metrics
110- **Documentation Coverage**: Percentage of features documented
111- **Accuracy**: Percentage of accurate information
112- **Completeness**: Percentage of complete documentation
113- **Readability**: Flesch-Kincaid reading level scores
114- **User Satisfaction**: User satisfaction scores and ratings
115116### Business Metrics
117- **Support Reduction**: Reduction in support tickets
118- **Time to Answer**: Average time to find answers
119- **User Onboarding**: Improvement in user onboarding time
120- **Feature Adoption**: Increase in feature adoption
121- **Customer Retention**: Impact on customer retention
122123### KPIs
124- **Documentation ROI**: Return on investment for documentation efforts
125- **Documentation Velocity**: Rate of documentation creation and updates
126- **Search Success Rate**: Percentage of successful searches
127- **Content Freshness**: Age of documentation content
128- **User Engagement**: User engagement with documentation
129130## User Feedback Integration
131132### Feedback Channels
133- **Feedback Forms**: Collect feedback directly on documentation pages
134- **Surveys**: Conduct periodic user surveys
135- **Support Tickets**: Analyze support tickets for documentation gaps
136- **User Interviews**: Conduct user interviews for deeper insights
137- **Analytics**: Analyze user behavior through analytics
138139### Feedback Analysis
140- **Categorization**: Categorize feedback by type and severity
141- **Prioritization**: Prioritize feedback based on impact and effort
142- **Trend Analysis**: Identify trends and patterns in feedback
143- **Root Cause Analysis**: Identify root causes of documentation issues
144- **Action Planning**: Create action plans to address feedback
145146### Feedback Implementation
147- **Quick Wins**: Address quick and easy improvements immediately
148- **Planned Updates**: Incorporate feedback into planned documentation updates
149- **Communication**: Communicate changes to users
150- **Validation**: Validate that changes address user needs
151- **Continuous Improvement**: Establish continuous improvement process
Run npx skillmds add monumentalsystems/content-strategy in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Documentation architecture, content planning, and maintenance strategies It is listed under Docs & Writing on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
monumentalsystems (@monumentalsystems) published this skill. Their other Agent Skills are listed on their SkillMD profile.