From 428a3a44b77f4f3c017f82d55410bf45cc97d779 Mon Sep 17 00:00:00 2001 From: Claude AI Guide Project Date: Tue, 8 Jul 2025 00:31:32 -0600 Subject: [PATCH] feat: Complete Intermediate Guide outline structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 📚 COMPLETE INTERMEDIATE GUIDE FRAMEWORK: 🎓 Tutorials (5 guides): - Multi-Session Project Management - Teaching Claude Your Domain - Collaborative Analysis & Research - Creative Co-Creation Workshop - Learning Partnership Tutorial 🔧 How-To Guides (16 guides organized by category): Project & Workflow Integration (4): - Maintain context across long-term projects - Hand off work between sessions - Integrate Claude into existing workflows - Collaborate on iterative design and development Advanced Communication (4): - Teach Claude company style guides - Have meta-conversations about collaboration - Debug advanced conversations gone wrong - Balance human intuition with AI analysis Specialized Applications (5): - Complex problem decomposition - Technical documentation collaboration - Advanced fact-checking and source validation - Strategic thinking and decision support - Facilitate group discussions and workshops Domain-Specific Collaboration (4): - Research and academic work - Business strategy and planning - Complex creative projects - Learning and skill development 🧠 Explanations (6 concepts): - Psychology of Extended AI Partnership - Context Architecture for complex collaboration - Cognitive Load Balancing strategies - Spectrum of AI Collaboration Styles - Failure Modes in Advanced Collaboration - Building AI-Augmented Workflows ⚡ Advanced Reference: - Power-user techniques and templates - Troubleshooting guide for complex issues - Integration patterns and meta-prompts 🗂️ Navigation Structure: - Complete sidebar with organized categories - 27 total intermediate content pieces - Logical progression from tutorials → how-to → explanations - Clear 'Preview' badges indicating development status All content includes structured placeholders with 'Coming Soon' messaging and topic outlines ready for full development. --- astro.config.mjs | 54 +++++++++++++++++-- .../explanations/ai-augmented-workflows.md | 17 ++++++ .../explanations/cognitive-load-balancing.md | 17 ++++++ .../explanations/collaboration-spectrum.md | 17 ++++++ .../explanations/context-architecture.md | 17 ++++++ .../explanations/failure-modes.md | 17 ++++++ .../how-to/advanced-fact-checking.md | 17 ++++++ .../how-to/balance-human-ai-judgment.md | 17 ++++++ .../how-to/business-strategy-planning.md | 17 ++++++ .../how-to/company-style-guides.md | 17 ++++++ .../how-to/complex-creative-projects.md | 17 ++++++ .../how-to/complex-problem-decomposition.md | 17 ++++++ .../how-to/debug-advanced-conversations.md | 17 ++++++ .../how-to/facilitate-group-discussions.md | 17 ++++++ .../how-to/handoff-work-sessions.md | 17 ++++++ .../how-to/integrate-workflows-tools.md | 17 ++++++ .../how-to/iterative-design-development.md | 17 ++++++ .../how-to/learning-skill-development.md | 17 ++++++ .../intermediate/how-to/meta-conversations.md | 17 ++++++ .../how-to/research-academic-work.md | 17 ++++++ .../how-to/strategic-thinking-support.md | 17 ++++++ .../how-to/technical-documentation.md | 17 ++++++ .../docs/intermediate/reference/index.md | 42 +++++++++++++++ .../tutorials/learning-partnership.md | 17 ++++++ 24 files changed, 466 insertions(+), 4 deletions(-) create mode 100644 src/content/docs/intermediate/explanations/ai-augmented-workflows.md create mode 100644 src/content/docs/intermediate/explanations/cognitive-load-balancing.md create mode 100644 src/content/docs/intermediate/explanations/collaboration-spectrum.md create mode 100644 src/content/docs/intermediate/explanations/context-architecture.md create mode 100644 src/content/docs/intermediate/explanations/failure-modes.md create mode 100644 src/content/docs/intermediate/how-to/advanced-fact-checking.md create mode 100644 src/content/docs/intermediate/how-to/balance-human-ai-judgment.md create mode 100644 src/content/docs/intermediate/how-to/business-strategy-planning.md create mode 100644 src/content/docs/intermediate/how-to/company-style-guides.md create mode 100644 src/content/docs/intermediate/how-to/complex-creative-projects.md create mode 100644 src/content/docs/intermediate/how-to/complex-problem-decomposition.md create mode 100644 src/content/docs/intermediate/how-to/debug-advanced-conversations.md create mode 100644 src/content/docs/intermediate/how-to/facilitate-group-discussions.md create mode 100644 src/content/docs/intermediate/how-to/handoff-work-sessions.md create mode 100644 src/content/docs/intermediate/how-to/integrate-workflows-tools.md create mode 100644 src/content/docs/intermediate/how-to/iterative-design-development.md create mode 100644 src/content/docs/intermediate/how-to/learning-skill-development.md create mode 100644 src/content/docs/intermediate/how-to/meta-conversations.md create mode 100644 src/content/docs/intermediate/how-to/research-academic-work.md create mode 100644 src/content/docs/intermediate/how-to/strategic-thinking-support.md create mode 100644 src/content/docs/intermediate/how-to/technical-documentation.md create mode 100644 src/content/docs/intermediate/reference/index.md create mode 100644 src/content/docs/intermediate/tutorials/learning-partnership.md diff --git a/astro.config.mjs b/astro.config.mjs index 3668b93..9c097ec 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -106,18 +106,19 @@ export default defineConfig({ items: [ { label: 'Tutorials', - badge: '4 guides', + badge: '5 guides', collapsed: false, items: [ { label: 'Multi-Session Projects', link: '/intermediate/tutorials/multi-session-projects/', badge: 'Preview' }, { label: 'Teaching Your Domain', link: '/intermediate/tutorials/teaching-your-domain/', badge: 'Preview' }, { label: 'Collaborative Research', link: '/intermediate/tutorials/collaborative-research/', badge: 'Preview' }, { label: 'Creative Co-Creation', link: '/intermediate/tutorials/creative-co-creation/', badge: 'Preview' }, + { label: 'Learning Partnership', link: '/intermediate/tutorials/learning-partnership/', badge: 'Preview' }, ], }, { label: 'How-To Guides', - badge: 'In development', + badge: '16 guides', collapsed: true, items: [ { @@ -125,16 +126,61 @@ export default defineConfig({ collapsed: true, items: [ { label: 'Maintain Context', link: '/intermediate/how-to/maintain-context/', badge: 'Preview' }, + { label: 'Hand Off Work Between Sessions', link: '/intermediate/how-to/handoff-work-sessions/', badge: 'Preview' }, + { label: 'Integrate into Workflows', link: '/intermediate/how-to/integrate-workflows-tools/', badge: 'Preview' }, + { label: 'Iterative Design & Development', link: '/intermediate/how-to/iterative-design-development/', badge: 'Preview' }, + ], + }, + { + label: 'Advanced Communication', + collapsed: true, + items: [ + { label: 'Company Style Guides', link: '/intermediate/how-to/company-style-guides/', badge: 'Preview' }, + { label: 'Meta-Conversations', link: '/intermediate/how-to/meta-conversations/', badge: 'Preview' }, + { label: 'Debug Advanced Conversations', link: '/intermediate/how-to/debug-advanced-conversations/', badge: 'Preview' }, + { label: 'Balance Human-AI Judgment', link: '/intermediate/how-to/balance-human-ai-judgment/', badge: 'Preview' }, + ], + }, + { + label: 'Specialized Applications', + collapsed: true, + items: [ + { label: 'Complex Problem Decomposition', link: '/intermediate/how-to/complex-problem-decomposition/', badge: 'Preview' }, + { label: 'Technical Documentation', link: '/intermediate/how-to/technical-documentation/', badge: 'Preview' }, + { label: 'Advanced Fact-Checking', link: '/intermediate/how-to/advanced-fact-checking/', badge: 'Preview' }, + { label: 'Strategic Thinking Support', link: '/intermediate/how-to/strategic-thinking-support/', badge: 'Preview' }, + { label: 'Facilitate Group Discussions', link: '/intermediate/how-to/facilitate-group-discussions/', badge: 'Preview' }, + ], + }, + { + label: 'Domain-Specific', + collapsed: true, + items: [ + { label: 'Research & Academic Work', link: '/intermediate/how-to/research-academic-work/', badge: 'Preview' }, + { label: 'Business Strategy & Planning', link: '/intermediate/how-to/business-strategy-planning/', badge: 'Preview' }, + { label: 'Complex Creative Projects', link: '/intermediate/how-to/complex-creative-projects/', badge: 'Preview' }, + { label: 'Learning & Skill Development', link: '/intermediate/how-to/learning-skill-development/', badge: 'Preview' }, ], }, ], }, { label: 'Explanations', - badge: 'In development', + badge: '6 guides', collapsed: true, items: [ - { label: 'Extended Partnership', link: '/intermediate/explanations/extended-partnership/', badge: 'Preview' }, + { label: 'Extended Partnership Psychology', link: '/intermediate/explanations/extended-partnership/', badge: 'Preview' }, + { label: 'Context Architecture', link: '/intermediate/explanations/context-architecture/', badge: 'Preview' }, + { label: 'Cognitive Load Balancing', link: '/intermediate/explanations/cognitive-load-balancing/', badge: 'Preview' }, + { label: 'Collaboration Spectrum', link: '/intermediate/explanations/collaboration-spectrum/', badge: 'Preview' }, + { label: 'Failure Modes', link: '/intermediate/explanations/failure-modes/', badge: 'Preview' }, + { label: 'AI-Augmented Workflows', link: '/intermediate/explanations/ai-augmented-workflows/', badge: 'Preview' }, + ], + }, + { + label: 'Advanced Reference', + items: [ + { label: 'Power-User Guide', link: '/intermediate/reference/', badge: 'Preview' }, ], }, ], diff --git a/src/content/docs/intermediate/explanations/ai-augmented-workflows.md b/src/content/docs/intermediate/explanations/ai-augmented-workflows.md new file mode 100644 index 0000000..fc5cbc2 --- /dev/null +++ b/src/content/docs/intermediate/explanations/ai-augmented-workflows.md @@ -0,0 +1,17 @@ +--- +title: "Building AI-Augmented Workflows" +description: "Designing processes that make both human and AI strengths shine" +--- + +*Designing processes that make both human and AI strengths shine* + +## Coming Soon + +This explanation will provide frameworks for: + +- Workflow design principles +- Human-AI integration strategies +- Process optimization techniques +- Augmented productivity systems + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/explanations/cognitive-load-balancing.md b/src/content/docs/intermediate/explanations/cognitive-load-balancing.md new file mode 100644 index 0000000..8bc3ed0 --- /dev/null +++ b/src/content/docs/intermediate/explanations/cognitive-load-balancing.md @@ -0,0 +1,17 @@ +--- +title: "Cognitive Load Balancing: When to Leverage Claude vs Human Judgment" +description: "Understanding optimal distribution of mental effort in AI collaboration" +--- + +*Understanding optimal distribution of mental effort in AI collaboration* + +## Coming Soon + +This explanation will cover: + +- Cognitive load theory in AI collaboration +- Optimal task distribution strategies +- Human vs AI cognitive strengths +- Balanced partnership frameworks + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/explanations/collaboration-spectrum.md b/src/content/docs/intermediate/explanations/collaboration-spectrum.md new file mode 100644 index 0000000..56d60dd --- /dev/null +++ b/src/content/docs/intermediate/explanations/collaboration-spectrum.md @@ -0,0 +1,17 @@ +--- +title: "The Spectrum of AI Collaboration Styles" +description: "From assistant to partner to creative catalyst - understanding collaboration modes" +--- + +*From assistant to partner to creative catalyst - understanding collaboration modes* + +## Coming Soon + +This explanation will explore: + +- Collaboration style taxonomy +- Mode selection strategies +- Relationship evolution patterns +- Partnership optimization techniques + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/explanations/context-architecture.md b/src/content/docs/intermediate/explanations/context-architecture.md new file mode 100644 index 0000000..a29084c --- /dev/null +++ b/src/content/docs/intermediate/explanations/context-architecture.md @@ -0,0 +1,17 @@ +--- +title: "Context Architecture: Structuring Information for Complex Collaboration" +description: "Understanding how to organize information for sophisticated AI partnerships" +--- + +*Understanding how to organize information for sophisticated AI partnerships* + +## Coming Soon + +This explanation will explore: + +- Information architecture principles +- Context organization strategies +- Complex project structuring +- Long-term information management + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/explanations/failure-modes.md b/src/content/docs/intermediate/explanations/failure-modes.md new file mode 100644 index 0000000..b4a9ad9 --- /dev/null +++ b/src/content/docs/intermediate/explanations/failure-modes.md @@ -0,0 +1,17 @@ +--- +title: "Failure Modes in Advanced Collaboration" +description: "What goes wrong when stakes are higher and how to prevent it" +--- + +*What goes wrong when stakes are higher and how to prevent it* + +## Coming Soon + +This explanation will analyze: + +- Common advanced collaboration failures +- High-stakes error patterns +- Prevention strategies +- Recovery methodologies + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/how-to/advanced-fact-checking.md b/src/content/docs/intermediate/how-to/advanced-fact-checking.md new file mode 100644 index 0000000..880d596 --- /dev/null +++ b/src/content/docs/intermediate/how-to/advanced-fact-checking.md @@ -0,0 +1,17 @@ +--- +title: "How to Do Advanced Fact-Checking and Source Validation" +description: "Sophisticated verification techniques for complex information" +--- + +*Sophisticated verification techniques for complex information* + +## Coming Soon + +This guide will explore: + +- Advanced verification methodologies +- Source reliability assessment +- Cross-reference techniques +- Information validation frameworks + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/how-to/balance-human-ai-judgment.md b/src/content/docs/intermediate/how-to/balance-human-ai-judgment.md new file mode 100644 index 0000000..7a90847 --- /dev/null +++ b/src/content/docs/intermediate/how-to/balance-human-ai-judgment.md @@ -0,0 +1,17 @@ +--- +title: "How to Balance Human Intuition with AI Analysis" +description: "Knowing when to rely on your judgment vs Claude's analytical capabilities" +--- + +*Knowing when to rely on your judgment vs Claude's analytical capabilities* + +## Coming Soon + +This guide will explore: + +- Human-AI decision frameworks +- Intuition vs analysis assessment +- Complementary strength utilization +- Balanced judgment development + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/how-to/business-strategy-planning.md b/src/content/docs/intermediate/how-to/business-strategy-planning.md new file mode 100644 index 0000000..ab41160 --- /dev/null +++ b/src/content/docs/intermediate/how-to/business-strategy-planning.md @@ -0,0 +1,17 @@ +--- +title: "How to Use Claude for Business Strategy and Planning" +description: "Strategic business collaboration and planning methodologies" +--- + +*Strategic business collaboration and planning methodologies* + +## Coming Soon + +This guide will explore: + +- Business strategy development +- Strategic planning frameworks +- Market analysis collaboration +- Business decision support + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/how-to/company-style-guides.md b/src/content/docs/intermediate/how-to/company-style-guides.md new file mode 100644 index 0000000..bb8213d --- /dev/null +++ b/src/content/docs/intermediate/how-to/company-style-guides.md @@ -0,0 +1,17 @@ +--- +title: "How to Teach Claude Your Company's Style Guide" +description: "Getting Claude to understand and apply your organization's standards" +--- + +*Getting Claude to understand and apply your organization's standards* + +## Coming Soon + +This guide will provide methods for: + +- Style guide documentation techniques +- Standard enforcement strategies +- Consistency maintenance approaches +- Organization-specific adaptation + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/how-to/complex-creative-projects.md b/src/content/docs/intermediate/how-to/complex-creative-projects.md new file mode 100644 index 0000000..df93c13 --- /dev/null +++ b/src/content/docs/intermediate/how-to/complex-creative-projects.md @@ -0,0 +1,17 @@ +--- +title: "How to Work Together on Complex Creative Projects" +description: "Advanced creative collaboration for substantial artistic and creative work" +--- + +*Advanced creative collaboration for substantial artistic and creative work* + +## Coming Soon + +This guide will cover: + +- Complex creative methodologies +- Artistic collaboration frameworks +- Creative project management +- Sustained creative partnerships + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/how-to/complex-problem-decomposition.md b/src/content/docs/intermediate/how-to/complex-problem-decomposition.md new file mode 100644 index 0000000..4d6101d --- /dev/null +++ b/src/content/docs/intermediate/how-to/complex-problem-decomposition.md @@ -0,0 +1,17 @@ +--- +title: "How to Use Claude for Complex Problem Decomposition" +description: "Breaking down sophisticated challenges into manageable collaborative pieces" +--- + +*Breaking down sophisticated challenges into manageable collaborative pieces* + +## Coming Soon + +This guide will provide methods for: + +- Complex problem analysis +- Decomposition strategies +- Systematic approach development +- Collaborative problem-solving frameworks + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/how-to/debug-advanced-conversations.md b/src/content/docs/intermediate/how-to/debug-advanced-conversations.md new file mode 100644 index 0000000..ebe6291 --- /dev/null +++ b/src/content/docs/intermediate/how-to/debug-advanced-conversations.md @@ -0,0 +1,17 @@ +--- +title: "How to Debug Advanced Conversations Gone Wrong" +description: "Troubleshooting complex collaboration when things go off track" +--- + +*Troubleshooting complex collaboration when things go off track* + +## Coming Soon + +This guide will provide techniques for: + +- Advanced troubleshooting methods +- Conversation recovery strategies +- Problem identification frameworks +- Correction and realignment approaches + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/how-to/facilitate-group-discussions.md b/src/content/docs/intermediate/how-to/facilitate-group-discussions.md new file mode 100644 index 0000000..3c8e742 --- /dev/null +++ b/src/content/docs/intermediate/how-to/facilitate-group-discussions.md @@ -0,0 +1,17 @@ +--- +title: "How to Facilitate Group Discussions and Workshops" +description: "Using Claude to enhance team collaboration and group decision-making" +--- + +*Using Claude to enhance team collaboration and group decision-making* + +## Coming Soon + +This guide will cover: + +- Group facilitation techniques +- Workshop design methodologies +- Team collaboration enhancement +- Collective decision-making support + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/how-to/handoff-work-sessions.md b/src/content/docs/intermediate/how-to/handoff-work-sessions.md new file mode 100644 index 0000000..01aa92e --- /dev/null +++ b/src/content/docs/intermediate/how-to/handoff-work-sessions.md @@ -0,0 +1,17 @@ +--- +title: "How to Hand Off Work Between Sessions" +description: "Seamlessly continuing projects without losing momentum between conversations" +--- + +*Seamlessly continuing projects without losing momentum between conversations* + +## Coming Soon + +This guide will provide techniques for: + +- Session handoff protocols +- Project continuity strategies +- Momentum preservation methods +- Progress documentation patterns + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/how-to/integrate-workflows-tools.md b/src/content/docs/intermediate/how-to/integrate-workflows-tools.md new file mode 100644 index 0000000..9304524 --- /dev/null +++ b/src/content/docs/intermediate/how-to/integrate-workflows-tools.md @@ -0,0 +1,17 @@ +--- +title: "How to Integrate Claude into Existing Workflows" +description: "Adding AI collaboration to your current tools and processes" +--- + +*Adding AI collaboration to your current tools and processes* + +## Coming Soon + +This guide will cover: + +- Workflow integration patterns +- Tool compatibility strategies +- Process optimization techniques +- Change management for AI adoption + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/how-to/iterative-design-development.md b/src/content/docs/intermediate/how-to/iterative-design-development.md new file mode 100644 index 0000000..f03ee0b --- /dev/null +++ b/src/content/docs/intermediate/how-to/iterative-design-development.md @@ -0,0 +1,17 @@ +--- +title: "How to Collaborate on Iterative Design and Development" +description: "Working together through multiple rounds of refinement and improvement" +--- + +*Working together through multiple rounds of refinement and improvement* + +## Coming Soon + +This guide will explore: + +- Iterative collaboration frameworks +- Feedback loop optimization +- Version management strategies +- Progressive refinement techniques + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/how-to/learning-skill-development.md b/src/content/docs/intermediate/how-to/learning-skill-development.md new file mode 100644 index 0000000..741b1ca --- /dev/null +++ b/src/content/docs/intermediate/how-to/learning-skill-development.md @@ -0,0 +1,17 @@ +--- +title: "How to Leverage Claude for Learning and Skill Development" +description: "Advanced learning partnerships and skill acquisition techniques" +--- + +*Advanced learning partnerships and skill acquisition techniques* + +## Coming Soon + +This guide will provide frameworks for: + +- Advanced learning methodologies +- Skill development strategies +- Knowledge acquisition techniques +- Learning partnership optimization + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/how-to/meta-conversations.md b/src/content/docs/intermediate/how-to/meta-conversations.md new file mode 100644 index 0000000..1b4f3d0 --- /dev/null +++ b/src/content/docs/intermediate/how-to/meta-conversations.md @@ -0,0 +1,17 @@ +--- +title: "How to Have Meta-Conversations About Improving Collaboration" +description: "Discussing and optimizing your working relationship with Claude" +--- + +*Discussing and optimizing your working relationship with Claude* + +## Coming Soon + +This guide will cover: + +- Meta-conversation frameworks +- Collaboration assessment techniques +- Improvement identification methods +- Relationship optimization strategies + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/how-to/research-academic-work.md b/src/content/docs/intermediate/how-to/research-academic-work.md new file mode 100644 index 0000000..b2272d3 --- /dev/null +++ b/src/content/docs/intermediate/how-to/research-academic-work.md @@ -0,0 +1,17 @@ +--- +title: "How to Collaborate on Research and Academic Work" +description: "Advanced techniques for scholarly research and academic collaboration" +--- + +*Advanced techniques for scholarly research and academic collaboration* + +## Coming Soon + +This guide will provide methods for: + +- Academic research methodologies +- Scholarly collaboration techniques +- Research documentation standards +- Academic writing partnerships + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/how-to/strategic-thinking-support.md b/src/content/docs/intermediate/how-to/strategic-thinking-support.md new file mode 100644 index 0000000..3054763 --- /dev/null +++ b/src/content/docs/intermediate/how-to/strategic-thinking-support.md @@ -0,0 +1,17 @@ +--- +title: "How to Use Claude for Strategic Thinking and Decision Support" +description: "Leveraging AI for high-level planning and complex decision making" +--- + +*Leveraging AI for high-level planning and complex decision making* + +## Coming Soon + +This guide will provide frameworks for: + +- Strategic analysis methodologies +- Decision support systems +- Planning collaboration techniques +- Strategic thinking partnerships + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/how-to/technical-documentation.md b/src/content/docs/intermediate/how-to/technical-documentation.md new file mode 100644 index 0000000..e7a60cc --- /dev/null +++ b/src/content/docs/intermediate/how-to/technical-documentation.md @@ -0,0 +1,17 @@ +--- +title: "How to Collaborate on Technical Documentation" +description: "Working together to create comprehensive, accurate technical content" +--- + +*Working together to create comprehensive, accurate technical content* + +## Coming Soon + +This guide will cover: + +- Technical documentation strategies +- Accuracy verification methods +- Collaborative writing workflows +- Documentation quality assurance + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/reference/index.md b/src/content/docs/intermediate/reference/index.md new file mode 100644 index 0000000..d00dc0d --- /dev/null +++ b/src/content/docs/intermediate/reference/index.md @@ -0,0 +1,42 @@ +--- +title: "Advanced Reference Guide" +description: "Power-user techniques, templates, and troubleshooting for sophisticated AI collaboration" +--- + +*Power-user techniques, templates, and troubleshooting for sophisticated AI collaboration* + +## Coming Soon + +This comprehensive reference will include: + +### Advanced Prompting Patterns +- Conversation architecture frameworks +- Multi-session prompting strategies +- Context management patterns +- Advanced reasoning techniques + +### Template Library +- Complex project templates +- Domain-specific frameworks +- Collaboration patterns +- Workflow integration templates + +### Troubleshooting Guide +- Sophisticated collaboration failures +- Advanced debugging techniques +- Recovery strategies +- Performance optimization + +### Integration Patterns +- Tool and workflow integration +- API and automation patterns +- Cross-platform collaboration +- System integration frameworks + +### Meta-Prompts +- Collaboration analysis prompts +- Performance assessment tools +- Improvement identification techniques +- Partnership optimization prompts + +*This content is in development as part of the Advanced AI Collaboration guide.* diff --git a/src/content/docs/intermediate/tutorials/learning-partnership.md b/src/content/docs/intermediate/tutorials/learning-partnership.md new file mode 100644 index 0000000..c52676e --- /dev/null +++ b/src/content/docs/intermediate/tutorials/learning-partnership.md @@ -0,0 +1,17 @@ +--- +title: "Learning Partnership Tutorial" +description: "Using Claude as a learning partner to master new skills or subjects" +--- + +*Using Claude as a learning partner to master new skills or subjects* + +## Coming Soon + +This tutorial will explore sophisticated learning collaboration, covering: + +- Learning partnership methodologies +- Skill development frameworks +- Knowledge retention strategies +- Progressive complexity management + +*This content is in development as part of the Advanced AI Collaboration guide.*