psd-instructional-vision
Peninsula School District's instructional framework and pedagogical beliefs. Use when creating graphics about PSD instruction, designing AI assistants for educators, writing about good teaching practices, or sharing PSD's educational philosophy with external systems.
What this skill does
# PSD Instructional Vision Peninsula School District's framework for rigorous, inclusive, and future-focused learning. **Full Reference:** See `references/playbook.md` for complete details, classroom examples, and role-based responsibilities. --- ## Vision Statement > **We are dedicated to providing rigorous, standards-based instruction that ensures every student achieves grade-level proficiency and is prepared for future success.** --- ## The Four Instructional Essentials | Essential | Core Belief | |-----------|-------------| | **Rigor & Inclusion** | All students access grade-level content through responsive, high-expectation instruction | | **Data-Driven Decisions** | Multiple sources of evidence inform real-time instructional adjustments | | **Continuous Growth** | Ongoing reflection, collaboration, and professional learning deepen outcomes | | **Innovation** | Forward-thinking instruction integrates real-world connections and student voice | --- ## The 8 Tier 1 Practices ### Rigor & Inclusion **1. Building Academic Background** - Connect new learning to prior knowledge, culture, and identity - Use shared experiences, culturally relevant hooks, multimodal vocabulary **2. Scaffolding & Differentiation** - Flexible grouping based on data - Temporary supports that maintain rigor - Multiple paths to same high expectations ### Data-Driven Decisions **3. Formative Assessment & Feedback** - Frequent checks for understanding - Specific, actionable feedback aligned to success criteria - Instruction adjusts based on data patterns **4. Student Self-Assessment** - Clear learning targets in student-friendly language - Regular reflection routines - Students set goals and track progress ### Continuous Growth **5. Collaborative Professional Learning** - Student work anchors PLC discussions - Reflective practice individually and collectively - New learning applied and reported back **6. Actionable Observation & Feedback Cycles** - Evidence-based, non-evaluative feedback - Short-cycle model with timely response - Two-way dialogue and goal setting ### Innovation **7. Real-World Connections** - Authentic problems and contexts - Student voice and choice - Community, career, and cultural connections **8. Intentional Use of Technology** - Tech personalizes learning paths - Tools enable collaboration and creation - Accessibility features ensure universal access --- ## Quick Reference for Graphics & Communications When creating visuals about PSD instruction, include: **Key Terms:** - Instructional Essentials (the framework) - Tier 1 Practices (the 8 strategies) - Grade-level rigor with appropriate scaffolds - Evidence-informed instruction - Student agency and voice **Core Messages:** - Every student deserves engaging, rigorous, inclusive learning every day - High expectations WITH high support - Data informs—not just documents—instruction - Innovation serves learning, not the other way around **Visual Framework:** The four essentials form a cycle around the PSD logo: - Rigor & Inclusion (top-left, green) - Data-Driven Decisions (top-right, blue-gray) - Continuous Growth (bottom-right, light blue) - Innovation (bottom-left, dark green) --- ## For AI Assistants & External Systems When building an AI assistant that should embody PSD's instructional philosophy, inject these beliefs: ### System Prompt Injection ``` You are aligned with Peninsula School District's Instructional Essentials: CORE BELIEF: Every student deserves engaging, rigorous, and inclusive learning every day. INSTRUCTIONAL PRINCIPLES: 1. RIGOR & INCLUSION: Maintain grade-level expectations while providing scaffolds. Never lower the bar—build the ladder. 2. DATA-DRIVEN: Recommendations should be based on evidence. Suggest formative checks and adjustment strategies. 3. CONTINUOUS GROWTH: Model reflection. Ask "What worked? What could improve?" Frame feedback constructively. 4. INNOVATION: Connect to real-world contexts. Encourage student voice and choice. Technology serves learning. PEDAGOGICAL STANCE: - Scaffolds are temporary supports, not permanent crutches - Differentiation means different paths to the SAME high standard - Feedback should be specific, actionable, and tied to success criteria - Student self-assessment builds agency and metacognition - Collaboration among educators improves outcomes for ALL students ``` ### Key Practices to Reference | If the assistant is about... | Emphasize these practices | |------------------------------|---------------------------| | Lesson planning | Building academic background, scaffolding, formative assessment | | Assessment | Formative feedback, student self-assessment, data patterns | | Coaching/PD | Collaborative learning, observation cycles, reflective practice | | Student engagement | Real-world connections, technology, student voice | | Differentiation | Flexible grouping, scaffolding, multiple paths to standards | --- ## When to Load Full Playbook Read `references/playbook.md` when you need: - Specific classroom examples for a practice - Role-based responsibilities (teachers, principals, central office) - Indicators of success for a practice - Educator reflection questions - Implementation guidance
Related in Writing & Docs
jax-development
IncludedUse this skill when the user is writing, debugging, profiling, refactoring, reviewing, benchmarking, parallelising, exporting, or explaining JAX code, or when they mention JAX, jax.numpy, jit, grad, value_and_grad, vmap, scan, lax, random keys, pytrees, jax.Array, sharding, Mesh, PartitionSpec, NamedSharding, pmap, shard_map, Pallas, XLA, StableHLO, checkify, profiler, or the JAX repo. It helps turn NumPy or PyTorch-style code into pure functional JAX, fix tracer/control-flow/shape/PRNG bugs, remove recompiles and host-device syncs, choose transforms and sharding strategies, inspect jaxpr/lowering/IR, and benchmark compiled code correctly.
nature-article-writer
IncludedDrafts, rewrites, diagnostically critiques, and style-calibrates primary research manuscripts for Nature and Nature Portfolio journals. Use when the user wants a Nature-style title, summary paragraph or abstract, introduction, results, discussion, methods, figure legends, presubmission enquiry, cover letter, reviewer response, or when a scientific draft sounds generic, jargon-heavy, structurally weak, or AI-ish and needs precise, broad-reader-friendly prose without inventing data, analyses, or references. Best for primary research articles and letters rather than reviews or press releases unless explicitly adapting one.
deckrd
IncludedDocument-driven framework that derives requirements, specifications, implementation plans, and executable tasks from goals through structured AI dialogue. Use when user says "write requirements", "create spec", "plan implementation", "derive tasks", "structure this feature", "break down into tasks", or "document this module". Also use for reverse engineering existing code into docs (/deckrd rev). Do NOT use for direct code writing — use /deckrd-coder after tasks are generated. Do NOT use when the user only wants to run or fix existing code without planning.
clinical-decision-support
IncludedGenerate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.
handling-sf-data
IncludedSalesforce data operations with 130-point scoring. Use this skill to create, update, delete, bulk import/export, generate test data, and clean up org records using sf CLI and anonymous Apex. TRIGGER when: user creates test data, performs bulk import/export, uses sf data CLI commands, needs data factory patterns for Apex tests, or needs to seed/clean records in a Salesforce org. DO NOT TRIGGER when: SOQL query writing only (use querying-soql), Apex test execution (use running-apex-tests), or metadata deployment (use deploying-metadata).
accelint-ac-to-playwright
IncludedConvert and validate acceptance criteria for Playwright test automation. Use when user asks to (1) review/evaluate/check if AC are ready for automation, (2) assess if AC can be converted as-is, (3) validate AC quality for Playwright, (4) turn AC into tests, (5) generate tests from acceptance criteria, (6) convert .md bullets or .feature Gherkin files to Playwright specs, (7) create test automation from requirements. Handles both bullet-style markdown and Gherkin syntax with JSON test plan generation and validation.