feat: Complete Intermediate Guide outline structure
📚 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.
This commit is contained in:
parent
2925a43138
commit
428a3a44b7
@ -106,18 +106,19 @@ export default defineConfig({
|
|||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Tutorials',
|
label: 'Tutorials',
|
||||||
badge: '4 guides',
|
badge: '5 guides',
|
||||||
collapsed: false,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
{ label: 'Multi-Session Projects', link: '/intermediate/tutorials/multi-session-projects/', badge: 'Preview' },
|
{ 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: 'Teaching Your Domain', link: '/intermediate/tutorials/teaching-your-domain/', badge: 'Preview' },
|
||||||
{ label: 'Collaborative Research', link: '/intermediate/tutorials/collaborative-research/', 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: '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',
|
label: 'How-To Guides',
|
||||||
badge: 'In development',
|
badge: '16 guides',
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
@ -125,16 +126,61 @@ export default defineConfig({
|
|||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{ label: 'Maintain Context', link: '/intermediate/how-to/maintain-context/', badge: 'Preview' },
|
{ 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',
|
label: 'Explanations',
|
||||||
badge: 'In development',
|
badge: '6 guides',
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
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' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -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.*
|
@ -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.*
|
@ -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.*
|
@ -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.*
|
17
src/content/docs/intermediate/explanations/failure-modes.md
Normal file
17
src/content/docs/intermediate/explanations/failure-modes.md
Normal file
@ -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.*
|
@ -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.*
|
@ -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.*
|
@ -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.*
|
17
src/content/docs/intermediate/how-to/company-style-guides.md
Normal file
17
src/content/docs/intermediate/how-to/company-style-guides.md
Normal file
@ -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.*
|
@ -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.*
|
@ -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.*
|
@ -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.*
|
@ -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.*
|
@ -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.*
|
@ -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.*
|
@ -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.*
|
@ -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.*
|
17
src/content/docs/intermediate/how-to/meta-conversations.md
Normal file
17
src/content/docs/intermediate/how-to/meta-conversations.md
Normal file
@ -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.*
|
@ -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.*
|
@ -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.*
|
@ -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.*
|
42
src/content/docs/intermediate/reference/index.md
Normal file
42
src/content/docs/intermediate/reference/index.md
Normal file
@ -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.*
|
@ -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.*
|
Loading…
x
Reference in New Issue
Block a user