{"id":49215867,"url":"https://github.com/hashangit/doc-assist","last_synced_at":"2026-04-24T00:01:58.716Z","repository":{"id":341600092,"uuid":"1170636483","full_name":"hashangit/doc-assist","owner":"hashangit","description":"Claude Code skills collection for creating Product Management and Marketing documents - /docassist is your intelligent document guide","archived":false,"fork":false,"pushed_at":"2026-03-02T15:03:19.000Z","size":157,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-02T17:48:11.137Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hashangit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-02T10:49:09.000Z","updated_at":"2026-03-02T15:03:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hashangit/doc-assist","commit_stats":null,"previous_names":["hashangit/doc-assist"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/hashangit/doc-assist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashangit%2Fdoc-assist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashangit%2Fdoc-assist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashangit%2Fdoc-assist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashangit%2Fdoc-assist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hashangit","download_url":"https://codeload.github.com/hashangit/doc-assist/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashangit%2Fdoc-assist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32203362,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T20:19:26.138Z","status":"ssl_error","status_checked_at":"2026-04-23T20:19:23.520Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-24T00:01:55.033Z","updated_at":"2026-04-24T00:01:58.705Z","avatar_url":"https://github.com/hashangit.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Doc Assist\n\n\u003e Your intelligent guide for creating Product Management, Marketing, and Project Management documents with Claude Code.\n\nA collection of Claude Code skills that help you create professional documents with structured templates, best practices, and expert guidance.\n\n## Quick Start\n\n### Primary Command\n\n```\n/docassist\n```\n\nThis is your main entry point. Use it when you need help choosing the right document or understanding what document fits your situation.\n\n### Examples\n\n```\n/docassist I'm starting a new project, what documents do I need?\n/docassist Help me create a project charter\n/docassist I need to write a status report\n/docassist What's the difference between a PRD and a Product Brief?\n```\n\n## Installation\n\n### Option 1: Copy to Claude Code Skills Directory\n\n```bash\n# Clone the repository\ngit clone https://github.com/hashangit/doc-assist.git\n\n# Copy all skills to your Claude Code skills directory\ncp -r doc-assist/skills/* ~/.claude/skills/\ncp -r doc-assist/commands/* ~/.claude/commands/\n```\n\n### Option 2: Use as a Claude Code Plugin\n\nAdd to your `~/.claude/settings.json`:\n\n```json\n{\n  \"skills\": {\n    \"paths\": [\"/path/to/doc-assist/skills\"]\n  },\n  \"commands\": {\n    \"paths\": [\"/path/to/doc-assist/commands\"]\n  }\n}\n```\n\n## Document Creation Workflow\n\nEvery document goes through a structured 5-stage workflow to ensure quality and fit:\n\n```\n┌─────────────────┐    ┌──────────────────┐    ┌─────────────────┐\n│  1. DISCOVERY   │───▶│ 2. BRAINSTORMING │───▶│ 3. GENERATION   │\n│  /docassist     │    │  /docassist-     │    │  /docassist-    │\n│                 │    │  brainstorm      │    │  {document}     │\n└─────────────────┘    └──────────────────┘    └─────────────────┘\n                                                      │\n                                                      ▼\n┌─────────────────┐    ┌──────────────────┐    ┌─────────────────┐\n│  5. SAVE        │◀───│ 4. HUMANIZATION  │◀───│ Document Ready  │\n│  .md file       │    │  (optional)      │    │                 │\n└─────────────────┘    └──────────────────┘    └─────────────────┘\n```\n\n### Stage 1: Document Discovery\n\nUse `/docassist` to identify the right document for your situation.\n\n- Browse the decision tree to find the right document type\n- Understand which documents apply to your scenario\n- Get recommendations based on your role or project phase\n\n### Stage 2: Requirements Gathering\n\n**`/docassist-brainstorm` runs automatically** to understand your exact needs:\n\n- **Context** - What's the situation? What's at stake?\n- **Purpose** - What outcome do you want?\n- **Audience** - Who will read this? What do they care about?\n- **Scope** - How detailed? What's in/out?\n- **Specifics** - Names, dates, metrics, constraints\n\nYou'll be asked one question at a time to refine the requirements.\n\n### Stage 3: Document Generation\n\nAfter confirming the approach, the specific document skill generates your document using proven templates.\n\n### Stage 4: Humanization (Optional)\n\nYou'll be asked: **\"Would you like me to humanize this document?\"**\n\nIf yes, the `document-humanizer` skill:\n- Makes the text sound natural and conversational\n- Removes AI-generated boilerplate\n- Adds human texture and thought flow\n- Ensures the document feels like a real person wrote it\n\n### Stage 5: Final Approval \u0026 Save\n\nBefore saving: **\"Does this document meet your expectations? Should I save it?\"**\n\n- If yes → Saved to the appropriate folder\n- If no → Iterate based on feedback\n\n### Save Locations\n\n| Category | Folder |\n|----------|--------|\n| Project Management | `doc-assist/project-management/` |\n| Product Management | `doc-assist/product-management/` |\n| Marketing | `doc-assist/marketing/` |\n| Bridge | `doc-assist/bridge/` |\n\n## Available Commands\n\n### Meta \u0026 Workflow Skills\n\n| Command | Purpose |\n|---------|---------|\n| `/docassist` | Main entry point - get help choosing the right document |\n| `/docassist-brainstorm` | Requirements gathering - runs automatically before generation |\n\n### Project Management Documents\n\n| Command | Document | Purpose |\n|---------|----------|---------|\n| `/docassist-project-charter` | Project Charter | Formal authorization, objectives, scope |\n| `/docassist-business-case` | Business Case | Investment justification, ROI analysis |\n| `/docassist-stakeholder-register` | Stakeholder Register | Map stakeholders, roles, influence |\n| `/docassist-work-breakdown-structure` | WBS | Hierarchical decomposition of work |\n| `/docassist-project-schedule` | Project Schedule | Timeline, dependencies, milestones |\n| `/docassist-risk-register` | Risk Register | Track risks, likelihood, impact, mitigation |\n| `/docassist-raci-matrix` | RACI Matrix | Clarify roles (Responsible, Accountable, Consulted, Informed) |\n| `/docassist-communication-plan` | Communication Plan | Who needs what info, when, how |\n| `/docassist-status-report` | Status Report | Regular progress updates |\n| `/docassist-issue-log` | Issue Log | Track problems and resolution status |\n| `/docassist-change-request` | Change Request | Formal requests to modify scope/schedule/budget |\n| `/docassist-lessons-learned` | Lessons Learned | What went well, what didn't, recommendations |\n| `/docassist-project-closure-report` | Closure Report | Final status, deliverables, handoff |\n\n### Product Strategy Documents\n\n| Command | Document | Purpose |\n|---------|----------|---------|\n| `/docassist-product-vision` | Product Vision | Long-term direction (3-5 years) |\n| `/docassist-product-strategy` | Product Strategy | How to achieve vision, competitive differentiation |\n| `/docassist-product-roadmap` | Product Roadmap | Timeline of features/releases, priorities |\n| `/docassist-okrs` | OKRs | Measurable goals and success metrics |\n\n### Product Discovery Documents\n\n| Command | Document | Purpose |\n|---------|----------|---------|\n| `/docassist-prd` | PRD | Detailed feature specifications |\n| `/docassist-user-stories` | User Stories | Requirements in \"As a... I want... So that...\" format |\n| `/docassist-jobs-to-be-done` | JTBD | Customer motivations and desired outcomes |\n| `/docassist-user-personas` | User Personas | Archetypes of target users |\n| `/docassist-customer-journey-map` | Journey Map | End-to-end experience across touchpoints |\n\n### Product Research Documents\n\n| Command | Document | Purpose |\n|---------|----------|---------|\n| `/docassist-market-research` | Market Research | Competitive analysis, market size, trends |\n| `/docassist-user-research-report` | User Research | Interview findings, survey results, insights |\n| `/docassist-opportunity-assessment` | Opportunity Assessment | Business case for pursuing a feature/product |\n\n### Marketing Positioning Documents\n\n| Command | Document | Purpose |\n|---------|----------|---------|\n| `/docassist-positioning-statement` | Positioning Statement | Market position, key benefits |\n| `/docassist-messaging-framework` | Messaging Framework | Key messages by audience |\n| `/docassist-value-proposition-canvas` | Value Prop Canvas | Customer pains/gains mapped to features |\n| `/docassist-brand-guidelines` | Brand Guidelines | Visual identity, voice, tone |\n\n### Marketing Content Documents\n\n| Command | Document | Purpose |\n|---------|----------|---------|\n| `/docassist-content-strategy` | Content Strategy | Content pillars, channels, editorial calendar |\n| `/docassist-campaign-brief` | Campaign Brief | Goals, audience, channels, budget, timeline |\n| `/docassist-competitor-battlecard` | Competitor Battlecard | Feature comparisons, objection handling |\n| `/docassist-case-study-brief` | Case Study Brief | Customer success story structure |\n\n### Marketing Launch Documents\n\n| Command | Document | Purpose |\n|---------|----------|---------|\n| `/docassist-gtm-strategy` | GTM Strategy | Launch plan, pricing, channels |\n| `/docassist-launch-checklist` | Launch Checklist | Cross-functional readiness checklist |\n| `/docassist-product-datasheet` | Product Datasheet | Feature summary, specs, use cases |\n| `/docassist-sales-enablement-kit` | Sales Enablement Kit | Pitch decks, objection handling, demo scripts |\n\n### Bridge Documents (Cross-Functional)\n\n| Command | Document | PM Use | Marketing Use |\n|---------|----------|--------|---------------|\n| `/docassist-product-brief` | Product Brief | Feature summary for stakeholders | Messaging foundation |\n| `/docassist-release-notes` | Release Notes | Communicate shipped value | Market new features |\n| `/docassist-faq-help-center` | FAQ/Help Center | User education | SEO content |\n| `/docassist-product-demo-script` | Demo Script | Stakeholder alignment | Sales/marketing demos |\n\n## Common Workflows\n\n### Starting a New Project\n\n```\n1. /docassist-project-charter - Get authorization\n2. /docassist-business-case - Justify investment\n3. /docassist-stakeholder-register - Map people\n4. /docassist-work-breakdown-structure - Break down work\n5. /docassist-project-schedule - Create timeline\n6. /docassist-risk-register - Identify risks\n7. /docassist-raci-matrix - Clarify roles\n```\n\n### Running a Project\n\n```\nWeekly:\n- /docassist-status-report - Progress updates\n- /docassist-issue-log - Track problems\n\nAs Needed:\n- /docassist-change-request - Modify scope\n- /docassist-risk-register - Update risks\n```\n\n### Closing a Project\n\n```\n1. /docassist-lessons-learned - Document learnings\n2. /docassist-project-closure-report - Final documentation\n```\n\n### New Feature Launch\n\n```\n1. /docassist-product-brief - Align stakeholders\n2. /docassist-prd - Define requirements\n3. /docassist-positioning-statement - Define market position\n4. /docassist-gtm-strategy - Launch plan\n5. /docassist-launch-checklist - Readiness check\n6. /docassist-release-notes - Announce features\n```\n\n### Sales Enablement\n\n```\n1. /docassist-product-datasheet - Feature summary\n2. /docassist-competitor-battlecard - Competitive intel\n3. /docassist-product-demo-script - Demo guidance\n4. /docassist-sales-enablement-kit - Full sales kit\n```\n\n## By Role\n\n### Project Manager\n\n**Most Used:**\n- `/docassist-project-charter` - Authorization\n- `/docassist-status-report` - Progress updates\n- `/docassist-risk-register` - Risk tracking\n- `/docassist-issue-log` - Problem tracking\n\n### Product Manager\n\n**Most Used:**\n- `/docassist-prd` - Feature specifications\n- `/docassist-product-roadmap` - Timeline \u0026 priorities\n- `/docassist-product-brief` - Feature summary\n- `/docassist-user-stories` - Requirements\n\n### Product Marketing Manager\n\n**Most Used:**\n- `/docassist-positioning-statement` - Market position\n- `/docassist-gtm-strategy` - Launch plan\n- `/docassist-messaging-framework` - Key messages\n- `/docassist-sales-enablement-kit` - Sales support\n\n### Content Marketer\n\n**Most Used:**\n- `/docassist-content-strategy` - Content planning\n- `/docassist-campaign-brief` - Campaign planning\n- `/docassist-case-study-brief` - Customer stories\n\n### Sales Enablement\n\n**Most Used:**\n- `/docassist-sales-enablement-kit` - Full kit\n- `/docassist-product-datasheet` - Feature summary\n- `/docassist-competitor-battlecard` - Competitive intel\n- `/docassist-product-demo-script` - Demo guidance\n\n### UX Researcher\n\n**Most Used:**\n- `/docassist-user-personas` - User archetypes\n- `/docassist-customer-journey-map` - Experience mapping\n- `/docassist-user-research-report` - Research findings\n\n## Tips\n\n1. **Start with `/docassist`** when you're unsure which document you need\n2. **Answer brainstorming questions thoughtfully** - they ensure the document fits your exact needs\n3. **Use humanization** for stakeholder-facing documents to make them feel more personal\n4. **Chain documents** - many workflows use multiple documents in sequence\n5. **Be specific** about your situation for better recommendations\n\n## File Structure\n\n```\ndoc-assist/\n├── README.md\n├── commands/\n│   └── docassist.md              # Claude command definition\n└── skills/\n    ├── docassist/                # Meta skill (entry point)\n    ├── docassist-brainstorm/     # Requirements gathering\n    │\n    ├── project-management/\n    │   ├── docassist-project-charter/\n    │   ├── docassist-business-case/\n    │   ├── docassist-stakeholder-register/\n    │   ├── docassist-work-breakdown-structure/\n    │   ├── docassist-project-schedule/\n    │   ├── docassist-risk-register/\n    │   ├── docassist-raci-matrix/\n    │   ├── docassist-communication-plan/\n    │   ├── docassist-status-report/\n    │   ├── docassist-issue-log/\n    │   ├── docassist-change-request/\n    │   ├── docassist-lessons-learned/\n    │   └── docassist-project-closure-report/\n    │\n    ├── product-strategy/\n    │   ├── docassist-product-vision/\n    │   ├── docassist-product-strategy/\n    │   ├── docassist-product-roadmap/\n    │   └── docassist-okrs/\n    │\n    ├── product-discovery/\n    │   ├── docassist-prd/\n    │   ├── docassist-user-stories/\n    │   ├── docassist-jobs-to-be-done/\n    │   ├── docassist-user-personas/\n    │   └── docassist-customer-journey-map/\n    │\n    ├── product-research/\n    │   ├── docassist-market-research/\n    │   ├── docassist-user-research-report/\n    │   └── docassist-opportunity-assessment/\n    │\n    ├── marketing-positioning/\n    │   ├── docassist-positioning-statement/\n    │   ├── docassist-messaging-framework/\n    │   ├── docassist-value-proposition-canvas/\n    │   └── docassist-brand-guidelines/\n    │\n    ├── marketing-content/\n    │   ├── docassist-content-strategy/\n    │   ├── docassist-campaign-brief/\n    │   ├── docassist-competitor-battlecard/\n    │   └── docassist-case-study-brief/\n    │\n    ├── marketing-launch/\n    │   ├── docassist-gtm-strategy/\n    │   ├── docassist-launch-checklist/\n    │   ├── docassist-product-datasheet/\n    │   └── docassist-sales-enablement-kit/\n    │\n    └── bridge/\n        ├── docassist-product-brief/\n        ├── docassist-release-notes/\n        ├── docassist-faq-help-center/\n        └── docassist-product-demo-script/\n```\n\n## Contributing\n\nContributions are welcome! To add or improve documents:\n\n1. Fork the repository\n2. Make your changes to the relevant SKILL.md\n3. Submit a pull request\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashangit%2Fdoc-assist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashangit%2Fdoc-assist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashangit%2Fdoc-assist/lists"}