AI Scenario-Based Learning Designer
An AI Scenario-Based Learning Designer architects immersive, context-rich training experiences powered by large language models, s…
Skill Guide
The discipline of creating structured, unambiguous documentation that serves two distinct audiences: human learners (for onboarding, training, and reference) and AI systems (for prompt engineering, RAG context, and system instructions) using principles of clarity, modularity, and machine-parseable format.
Scenario
You need to create a quickstart guide for a fictional internal tool called 'InvoiceBot' that processes vendor invoices. The guide must be readable by new hires and also usable as a system prompt for an AI assistant that answers questions about InvoiceBot.
Scenario
Your engineering team has a 40-page internal knowledge base for a microservices architecture. You need to chunk, tag, and format this content so it performs reliably as retrieval context for an AI assistant without losing coherence for human readers browsing the same wiki.
Scenario
You are the lead technical writer at a fintech company launching a new payment API. You must design a documentation system that simultaneously serves: (1) external developer docs, (2) internal compliance training, (3) AI-powered customer support bot instructions, and (4) regulatory audit trails.
Use Markdown+YAML as the default single-source format-human-readable, version-controllable, and parseable by static site generators and AI pipelines alike. JSON Schema defines machine-consumable API contracts that can be rendered into human docs automatically.
Docusaurus and Sphinx support plugins for generating multiple output formats from one source. ReadMe and Redocly offer built-in API explorer features that serve both human developers and AI context retrieval.
Use LangChain/LlamaIndex to chunk and index your documentation for RAG pipelines. OpenAI Evals or custom evaluation harnesses let you systematically test whether your documentation-as-prompt produces consistent, accurate AI outputs.
Diátaxis provides a four-quadrant taxonomy (tutorials, how-to, reference, explanation) that structures content for human learning. Google and Microsoft style guides enforce consistency and clarity that benefits both human and machine readers.
Answer Strategy
Use a phased approach: (1) Audit for implicit knowledge and undefined terms; (2) Add structured metadata and chunk boundaries; (3) Create machine-context headers for each section; (4) Build a testing pipeline with sample queries; (5) Establish a maintenance workflow so future human edits automatically update AI context. Sample answer: 'I'd start with a content audit to surface implicit assumptions-things humans infer from context but AI cannot. Then I'd implement a chunking and tagging layer, adding explicit metadata like topic, entities, and scope to each section. I'd parallel-track by building a test harness with 50 representative queries to measure AI accuracy before and after changes, then formalize the dual-review process so every human-facing edit includes an AI-output check.'
Answer Strategy
Tests ability to balance audience needs and make deliberate tradeoff decisions. Sample answer: 'I documented a data validation pipeline. For the junior engineer, I needed narrative context explaining why each rule exists. For the AI prompt, I needed strict conditional logic without narrative. My solution was a single Markdown source with a prose section followed by a structured rules block in YAML. The tradeoff was length-the combined doc was 30% longer than either version alone-but the benefit was a single source of truth that eliminated drift between the human training guide and the AI configuration.'
1 career found
Try a different search term.