@rubytech/create-maxy-code 0.1.26 → 0.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +28 -11
- package/package.json +1 -1
- package/payload/platform/plugins/.claude-plugin/marketplace.json +5 -95
- package/payload/platform/plugins/brochures/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/brochures/PLUGIN.md +36 -0
- package/payload/platform/plugins/brochures/commands/make-brochure.md +11 -0
- package/payload/platform/plugins/brochures/skills/a4-print-documents/SKILL.md +478 -0
- package/payload/platform/plugins/brochures/skills/brand-design/SKILL.md +192 -0
- package/payload/platform/plugins/brochures/skills/make-brochure/SKILL.md +354 -0
- package/payload/platform/plugins/brochures/skills/make-brochure/references/seller-brief-template.md +115 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/SKILL.md +119 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/build.md +270 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/copy.md +211 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/images.md +166 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/index-landing.md +376 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/index.html +1288 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/placeholders.md +250 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/registers.md +47 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/seller-brief.md +56 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/structure.md +249 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/template.html +2370 -0
- package/payload/platform/plugins/brochures/skills/property-extract/SKILL.md +372 -0
- package/payload/platform/plugins/buyers/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/buyers/PLUGIN.md +35 -0
- package/payload/platform/plugins/buyers/skills/buyer-feedback/SKILL.md +109 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/SKILL.md +42 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-qualification-questions.md +16 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-qualification.md +59 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-scripts.md +63 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-working-scripts.md +54 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/feedback-collection.md +42 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/offer-capture.md +38 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/viewing-booking.md +32 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/viewing-management.md +52 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/SKILL.md +407 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/care-fees-guide.md +68 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/divorce-sales-guide.md +61 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/downsizing-guide.md +45 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-buyers.md +92 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-sellers.md +78 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/probate-guide.md +53 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/upsizing-guide.md +41 -0
- package/payload/platform/plugins/buyers/skills/property-enquiry/SKILL.md +126 -0
- package/payload/platform/plugins/buyers/skills/viewing-management/SKILL.md +111 -0
- package/payload/platform/plugins/estate-business/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-business/PLUGIN.md +65 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/SKILL.md +133 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/buy-back-your-time.md +37 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/firewave-gost-scorecards.md +14 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/keller-org-model.md +17 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/lencioni-team-models.md +22 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/listing-management-system.md +11 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/net-figure-form.md +11 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/serhant-bizinbox-notes.md +13 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/team-roles-commission.md +14 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/va-2026-ops.md +43 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/wingman-structure.md +13 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/SKILL.md +32 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/crm-systems.md +57 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/hiring-guide.md +59 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/impact-framework.md +47 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/minutes-equal-money.md +55 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/team-management.md +48 -0
- package/payload/platform/plugins/estate-business/skills/commission-calculator/SKILL.md +40 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/SKILL.md +52 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/12-reasons.md +39 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/95-5-system.md +66 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/agent-attraction-scripts.md +90 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/business-partnership.md +92 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/exp-model-overview.md +66 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/model-comparison.md +66 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/revenue-share-explained.md +57 -0
- package/payload/platform/plugins/estate-business/skills/month-end-close/SKILL.md +69 -0
- package/payload/platform/plugins/estate-business/skills/payment-batch-stager/SKILL.md +42 -0
- package/payload/platform/plugins/estate-business/skills/period-reconciler/SKILL.md +42 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/SKILL.md +117 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/attraction-agent-notes.md +31 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/attraction-agent.md +58 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/authenticity-boundaries.md +28 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/become-a-brand-leader-notes.md +19 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/blast-formula.md +42 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/brand-leader.md +48 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/brand-strategy-system.md +59 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/content-engine.md +49 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/firewave-blast-and-blogging.md +23 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/gary-v-content.md +52 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/gary-v-principles.md +20 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/oversubscribed-positioning.md +18 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/platforms.md +41 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/priestley-oversubscribed.md +54 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/storeys-style-examples.md +25 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/visual-identity.md +27 -0
- package/payload/platform/plugins/estate-coaching/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-coaching/PLUGIN.md +55 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/SKILL.md +371 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/atomic-habits.md +52 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/daily-routine-scorecard.md +104 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/hp6-model.md +63 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/twelve-week-year.md +71 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/SKILL.md +36 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/coaching-boundaries.md +56 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/feedback-framework.md +61 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/performance-framework.md +109 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/SKILL.md +421 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/coaching-exercises.md +86 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/goal-setting.md +78 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/one-to-one-framework.md +92 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/soi-workbook.md +103 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/SKILL.md +410 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/agent-training-guide.md +70 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/business-in-a-box.md +72 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/buyers-guide.md +53 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/codo-method.md +72 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/website-planning-guide.md +79 -0
- package/payload/platform/plugins/estate-onboarding/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-onboarding/PLUGIN.md +31 -0
- package/payload/platform/plugins/estate-onboarding/skills/bootstrap/SKILL.md +26 -0
- package/payload/platform/plugins/estate-onboarding/skills/bootstrap/references/onboarding-flow.md +63 -0
- package/payload/platform/plugins/estate-sales/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-sales/PLUGIN.md +53 -0
- package/payload/platform/plugins/estate-sales/skills/chase-progression/SKILL.md +107 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/SKILL.md +35 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/deal-saving.md +47 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-deep-guide.md +64 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-prep-principles.md +29 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-techniques.md +42 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/offer-presentation.md +43 -0
- package/payload/platform/plugins/estate-sales/skills/risk-scorer/SKILL.md +42 -0
- package/payload/platform/plugins/estate-sales/skills/sales-closer/SKILL.md +24 -0
- package/payload/platform/plugins/estate-sales/skills/sales-closer/references/serhant-emotion-stages.md +36 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/SKILL.md +30 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/chris-voss-discovery.md +88 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/firewave-gost-journey.md +68 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/phil-jones-openers.md +78 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/pre-listing-checklist.md +77 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/serhant-improv.md +22 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/tom-ferry-discovery.md +103 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/vendor-motivation-competitor.md +52 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/SKILL.md +29 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/chris-voss-negotiation.md +70 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/phil-jones-price-words.md +40 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/serhant-negotiation-plus.md +55 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/tom-panos-commission-pricing.md +57 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/tony-morris-questioning.md +54 -0
- package/payload/platform/plugins/estate-sales/skills/sales-progression/SKILL.md +27 -0
- package/payload/platform/plugins/estate-sales/skills/sales-progression/references/conveyancing-guide.md +54 -0
- package/payload/platform/plugins/estate-sales/skills/sales-progression/references/transaction-tracking.md +66 -0
- package/payload/platform/plugins/estate-teaching/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-teaching/PLUGIN.md +31 -0
- package/payload/platform/plugins/estate-teaching/skills/content-directory/SKILL.md +39 -0
- package/payload/platform/plugins/estate-teaching/skills/content-directory/references/module-delivery.md +65 -0
- package/payload/platform/plugins/estate-teaching/skills/content-directory/references/progress-tracking.md +47 -0
- package/payload/platform/plugins/leads/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/leads/PLUGIN.md +62 -0
- package/payload/platform/plugins/leads/skills/chain-progression-tracker/SKILL.md +51 -0
- package/payload/platform/plugins/leads/skills/diary-builder/SKILL.md +38 -0
- package/payload/platform/plugins/leads/skills/enquiry-triage/SKILL.md +36 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/SKILL.md +137 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letter.md +28 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letters.md +37 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/database-reactivation.md +30 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/email-nurture-sequences.md +45 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/facebook-referrals.md +30 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/firewave-email-nurture-sequences.md +41 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/keller-33-touch.md +34 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/neighbour-letters.md +31 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/neighbour-notification-letter.md +20 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/ofi-follow-up-dialogue.md +22 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/ofi-follow-up.md +26 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/serhant-three-fs-plus.md +21 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sharran-10x10x10.md +18 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sms-templates.md +40 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sphere-of-influence-notes.md +34 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sphere-of-influence.md +60 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/tom-panos-sms-templates.md +59 -0
- package/payload/platform/plugins/leads/skills/morning-round/SKILL.md +72 -0
- package/payload/platform/plugins/leads/skills/prospecting/SKILL.md +33 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/database-matching.md +30 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/database-value.md +53 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/prospecting-dialogues.md +24 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/reactivation.md +34 -0
- package/payload/platform/plugins/listings/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/listings/PLUGIN.md +103 -0
- package/payload/platform/plugins/listings/skills/comparable-finder/SKILL.md +52 -0
- package/payload/platform/plugins/listings/skills/epc-checker/SKILL.md +38 -0
- package/payload/platform/plugins/listings/skills/home-preparation/SKILL.md +28 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/kerb-appeal.md +38 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/photo-day.md +59 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/situational-tips.md +50 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/staging-guide.md +52 -0
- package/payload/platform/plugins/listings/skills/listing-copy-writer/SKILL.md +55 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/SKILL.md +286 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/booking-script.md +51 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/objection-scripts.md +193 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/penhaul-presentation.md +123 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/pre-listing-kit.md +139 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/set-to-sell.md +55 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/sharran-frameworks.md +107 -0
- package/payload/platform/plugins/listings/skills/local-market-stats/SKILL.md +33 -0
- package/payload/platform/plugins/listings/skills/new-instruction/SKILL.md +78 -0
- package/payload/platform/plugins/listings/skills/particulars-builder/SKILL.md +48 -0
- package/payload/platform/plugins/listings/skills/portal-launch-scheduler/SKILL.md +49 -0
- package/payload/platform/plugins/listings/skills/pricing-scenario-builder/SKILL.md +35 -0
- package/payload/platform/plugins/listings/skills/property-marketing/SKILL.md +337 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/auction-report-template.md +41 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/coming-soon-campaign.md +43 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/direct-mail-templates.md +121 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/eoi-form-template.md +62 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/monthly-scorecard.md +63 -0
- package/payload/platform/plugins/listings/skills/supplier-booker/SKILL.md +39 -0
- package/payload/platform/plugins/listings/skills/talk-track-composer/SKILL.md +36 -0
- package/payload/platform/plugins/listings/skills/terms-of-business-drafter/SKILL.md +54 -0
- package/payload/platform/plugins/listings/skills/valuation-prep/SKILL.md +69 -0
- package/payload/platform/plugins/loop/.claude-plugin/plugin.json +17 -0
- package/payload/platform/plugins/loop/PLUGIN.md +108 -0
- package/payload/platform/plugins/loop/mcp/dist/index.d.ts +2 -0
- package/payload/platform/plugins/loop/mcp/dist/index.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/index.js +293 -0
- package/payload/platform/plugins/loop/mcp/dist/index.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.js +88 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.d.ts +82 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.js +427 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.d.ts +5 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.js +40 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.js +24 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.d.ts +16 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.js +35 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.d.ts +5 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.js +19 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.d.ts +4 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.js +14 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.js +60 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts +13 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.js +41 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.js +16 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts +15 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.js +11 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.js +39 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.js +125 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.d.ts +18 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.js +87 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.js +82 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.d.ts +12 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.js +32 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.d.ts +15 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.js +11 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.d.ts +16 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.js +41 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.d.ts +13 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.js +49 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.d.ts +7 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.js +19 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.d.ts +5 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.js +32 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.d.ts +14 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.js +11 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.js +85 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.d.ts +13 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.js +44 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.d.ts +14 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.js +18 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/package-lock.json +2549 -0
- package/payload/platform/plugins/loop/mcp/package.json +21 -0
- package/payload/platform/plugins/loop/mcp/src/__tests__/loop-swagger.snapshot.json +26467 -0
- package/payload/platform/plugins/loop/mcp/src/__tests__/swagger-write-coverage.test.ts +153 -0
- package/payload/platform/plugins/loop/mcp/src/index.ts +444 -0
- package/payload/platform/plugins/loop/mcp/src/lib/crypto.ts +105 -0
- package/payload/platform/plugins/loop/mcp/src/lib/loop-api.ts +604 -0
- package/payload/platform/plugins/loop/mcp/src/lib/neo4j.ts +51 -0
- package/payload/platform/plugins/loop/mcp/src/tools/customer-preferences.ts +66 -0
- package/payload/platform/plugins/loop/mcp/src/tools/feedback.ts +86 -0
- package/payload/platform/plugins/loop/mcp/src/tools/key-deregister.ts +27 -0
- package/payload/platform/plugins/loop/mcp/src/tools/key-list.ts +19 -0
- package/payload/platform/plugins/loop/mcp/src/tools/key-register.ts +95 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-enquiry.ts +113 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-match-batch.ts +53 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-match-request.ts +42 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-match.ts +84 -0
- package/payload/platform/plugins/loop/mcp/src/tools/people-detail.ts +245 -0
- package/payload/platform/plugins/loop/mcp/src/tools/people-search.ts +180 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-detail.ts +145 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-listed.ts +88 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-request.ts +42 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-search.ts +92 -0
- package/payload/platform/plugins/loop/mcp/src/tools/supplier.ts +129 -0
- package/payload/platform/plugins/loop/mcp/src/tools/team-availability.ts +52 -0
- package/payload/platform/plugins/loop/mcp/src/tools/team-info.ts +95 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-create.ts +41 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-detail.ts +171 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-search.ts +92 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-update.ts +53 -0
- package/payload/platform/plugins/loop/mcp/tsconfig.json +20 -0
- package/payload/platform/plugins/loop/mcp/vitest.config.ts +9 -0
- package/payload/platform/plugins/loop/skills/compliance-flag-checker/SKILL.md +53 -0
- package/payload/platform/plugins/loop/skills/priority-ranker/SKILL.md +40 -0
- package/payload/platform/plugins/loop/skills/tone-matched-drafter/SKILL.md +53 -0
- package/payload/platform/plugins/loop/skills/variance-narrator/SKILL.md +50 -0
- package/payload/platform/plugins/loop/skills/vendor-research/SKILL.md +54 -0
- package/payload/platform/plugins/teaching/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/teaching/PLUGIN.md +57 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/SKILL.md +59 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/references/assessment.md +70 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/references/classroom-conduct.md +43 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/references/teaching-modes.md +83 -0
- package/payload/platform/plugins/teaching/skills/lesson-planner/SKILL.md +48 -0
- package/payload/platform/plugins/teaching/skills/lesson-planner/references/context-gathering.md +41 -0
- package/payload/platform/plugins/teaching/skills/lesson-planner/references/plan-structure.md +94 -0
- package/payload/platform/plugins/teaching/skills/study-pack-builder/SKILL.md +52 -0
- package/payload/platform/plugins/teaching/skills/study-pack-builder/references/disaggregation.md +49 -0
- package/payload/platform/plugins/teaching/skills/study-pack-builder/references/materials.md +116 -0
- package/payload/platform/plugins/vendors/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/vendors/PLUGIN.md +34 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/SKILL.md +42 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/fee-protection-and-agenda.md +28 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/listing-scripts.md +44 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/negotiation-deep-guide.md +70 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment-scripts.md +33 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment.md +34 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/scenario-scripts.md +38 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/seller-engagement.md +51 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/valuation-booking.md +76 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-scripts.md +63 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-updates.md +41 -0
- package/payload/platform/plugins/vendors/skills/vendor-updates/SKILL.md +153 -0
- package/payload/platform/plugins/writer-craft/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/writer-craft/PLUGIN.md +87 -0
- package/payload/platform/plugins/writer-craft/agents/writer-craft--manuscript-reviewer.md +92 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/SKILL.md +94 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/book-and-chapter-models.md +77 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/citation-rules.md +103 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/journal-article-models.md +74 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/other-source-models.md +146 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/reference-list-rules.md +70 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/SKILL.md +108 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/copyediting.md +73 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/developmental-editing.md +85 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/genre-specific-editing.md +78 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/line-editing.md +55 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/self-editing.md +89 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/SKILL.md +114 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/audience-analysis.md +73 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/crafting-persuasive-story.md +76 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/persuasion-case-studies.md +67 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/transformation-framework.md +86 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/SKILL.md +97 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/indirect-narration.md +72 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md +91 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md +71 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/tense-and-person.md +85 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/SKILL.md +100 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/punctuation-and-grammar.md +72 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/repetition.md +71 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md +64 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/word-economy.md +93 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/SKILL.md +100 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/cause-effect-setup-payoff.md +79 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/conflict-escalation.md +81 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md +67 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/neurochemistry-of-engagement.md +94 -0
- package/payload/platform/plugins/writer-craft/skills/review-manuscript/SKILL.md +111 -0
- package/payload/platform/plugins/writer-craft/skills/review-manuscript/references/review-manuscript-checklist.md +119 -0
- package/payload/platform/plugins/writer-craft/skills/review-prose/SKILL.md +99 -0
- package/payload/platform/plugins/writer-craft/skills/review-prose/references/prose-review-checklist.md +112 -0
- package/payload/platform/plugins/writer-craft/skills/review-scene/SKILL.md +99 -0
- package/payload/platform/plugins/writer-craft/skills/review-scene/references/scene-analysis-framework.md +95 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/SKILL.md +106 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/blueprinting-and-scene-cards.md +118 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/inner-issue-and-protagonist-goal.md +66 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/misbelief-desire-worldview.md +87 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/origin-scenes-and-escalation.md +82 -0
- package/payload/platform/plugins/writer-craft/skills/story-blueprint/SKILL.md +133 -0
- package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-exercises.md +118 -0
- package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-process.md +128 -0
- package/payload/platform/services/claude-session-manager/dist/config.d.ts +6 -0
- package/payload/platform/services/claude-session-manager/dist/config.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/config.js +60 -1
- package/payload/platform/services/claude-session-manager/dist/config.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/http-server.d.ts +9 -0
- package/payload/platform/services/claude-session-manager/dist/http-server.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/http-server.js +34 -0
- package/payload/platform/services/claude-session-manager/dist/http-server.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/index.js +12 -0
- package/payload/platform/services/claude-session-manager/dist/index.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts +33 -0
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js +149 -0
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts +28 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js +77 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js.map +1 -0
package/payload/platform/plugins/writer-craft/skills/point-of-view/references/indirect-narration.md
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
# Indirect Narration and Polyphony
|
|
2
|
+
|
|
3
|
+
## Beyond Direct Scene
|
|
4
|
+
|
|
5
|
+
Not all storytelling is direct scene and action. Indirect narration encompasses all the ways a story communicates information, creates meaning, and builds its world without putting characters in a room together.
|
|
6
|
+
|
|
7
|
+
### Story vs. Plot vs. Action
|
|
8
|
+
- **Plot** is a device — a marvellous one — but not superior to story, and not necessary
|
|
9
|
+
- **Action** must be present (something must change, something must move), but unceasing violent action is usually a sign that no story is being told
|
|
10
|
+
- **Story** is broader than both — it is a narrative of events (external or psychological) that moves through time and involves change
|
|
11
|
+
|
|
12
|
+
Some great stories have no conventional plot. The story is not in the plot but in the telling. It is the telling that moves.
|
|
13
|
+
|
|
14
|
+
## Exposition: The Lump Problem
|
|
15
|
+
|
|
16
|
+
### What Exposition Is
|
|
17
|
+
Necessary information the reader needs to understand the story: world-building, backstory, technical details, historical context, character history. Every story requires some exposition.
|
|
18
|
+
|
|
19
|
+
### The Expository Lump
|
|
20
|
+
Information delivered as a block — a lecture from the author to the reader, pausing the story to explain. Science fiction writers are acutely aware of this problem because they must build entire worlds from scratch. But it appears in every genre.
|
|
21
|
+
|
|
22
|
+
### Signs of an Expository Lump
|
|
23
|
+
- The story stops while information is delivered
|
|
24
|
+
- A character explains something they have no reason to explain to the person they're explaining it to ("As you know, Bob...")
|
|
25
|
+
- A paragraph or passage exists purely to inform the reader, with no connection to the character's emotional experience
|
|
26
|
+
- The narrative voice shifts from storytelling to lecturing
|
|
27
|
+
|
|
28
|
+
### The Solution
|
|
29
|
+
Break up the information. Grind it fine. Make it into bricks to build the story with.
|
|
30
|
+
|
|
31
|
+
Techniques:
|
|
32
|
+
- **Distribute across scenes** — deliver information only when the story needs it, not all at once
|
|
33
|
+
- **Embed in action** — the character discovers the information as part of what they're doing
|
|
34
|
+
- **Embed in dialogue** — characters discuss things they would naturally discuss, revealing information organically
|
|
35
|
+
- **Embed in perception** — what the character notices and how they interpret it carries information about the world
|
|
36
|
+
- **The TK method** — mark places where information is needed (TK = "to come") and return to integrate it later, when you know more about what the reader needs and when
|
|
37
|
+
|
|
38
|
+
### The Goal
|
|
39
|
+
Invisible exposition — information the reader absorbs without noticing they're being informed. The reader should feel they understand the world because they've been living in it, not because someone explained it.
|
|
40
|
+
|
|
41
|
+
## Polyphony
|
|
42
|
+
|
|
43
|
+
### Many-Voicedness
|
|
44
|
+
The novel is inherently polyphonic — it contains many voices. Writers must be willing to let characters speak in their own voices, not as mouthpieces for the author.
|
|
45
|
+
|
|
46
|
+
### What Polyphony Requires
|
|
47
|
+
- Each character has their own vocabulary, rhythm, preoccupations, and blind spots
|
|
48
|
+
- Dialogue should be distinguishable — the reader should often be able to identify who is speaking without attribution
|
|
49
|
+
- Characters should be capable of surprising the author — if every character agrees with the author on every topic, the novel is a monologue wearing masks
|
|
50
|
+
- Inhabit your characters — let them be themselves, even when they think and say things you disagree with
|
|
51
|
+
|
|
52
|
+
### The Danger of Monophony
|
|
53
|
+
When all characters sound alike — when the author's voice drowns out every character's individuality — the novel loses dimensionality. Every conversation becomes the author arguing with themselves.
|
|
54
|
+
|
|
55
|
+
## Character by Indirection
|
|
56
|
+
|
|
57
|
+
### Describing a Place to Reveal a Person
|
|
58
|
+
A room, a desk, a garden — described when the character is absent — can reveal more about them than any direct characterisation. What they own, how they arrange their space, what's worn and what's pristine, what's hidden and what's displayed.
|
|
59
|
+
|
|
60
|
+
### Describing an Aftermath to Reveal an Event
|
|
61
|
+
The place where something happened, described after it happened, lets the reader reconstruct the event from evidence. This is more powerful than showing the event directly, because the reader's imagination fills in the gaps — and what the reader imagines is always more vivid than what you describe.
|
|
62
|
+
|
|
63
|
+
### The Untold Event
|
|
64
|
+
A glimpse of the mood and nature of an event by describing the place where it happened or is about to happen. The empty room after the party. The battlefield before dawn. The courtroom after the verdict.
|
|
65
|
+
|
|
66
|
+
## Focus and Trajectory
|
|
67
|
+
|
|
68
|
+
Every story needs:
|
|
69
|
+
- **Focus** — what and who it is about, explicit or implicit
|
|
70
|
+
- **Trajectory** — "the shape of a movement that never ceases, from which no passage departs entirely or for long, and to which all passages contribute in some way"
|
|
71
|
+
|
|
72
|
+
The story knows its course. The writer's job is to be ready for it — to have the skills and self-discipline to follow where the story wants to go.
|
package/payload/platform/plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
# POV Types and Voice — Detailed Guide
|
|
2
|
+
|
|
3
|
+
## The Five Principal Points of View
|
|
4
|
+
|
|
5
|
+
Each POV is demonstrated below using the same fictional scenario: Princess Sefrid enters a crowded room.
|
|
6
|
+
|
|
7
|
+
### 1. First Person
|
|
8
|
+
|
|
9
|
+
"I pushed through the crowd, scanning for Aleth. The heat was unbearable. Someone stepped on my foot — I barely noticed."
|
|
10
|
+
|
|
11
|
+
**Rules:**
|
|
12
|
+
- Only what "I" knows, feels, perceives, thinks, guesses, hopes, and remembers can be told
|
|
13
|
+
- The reader infers other characters only from what "I" observes
|
|
14
|
+
- Switching from first person to another POV within a piece is enormously difficult
|
|
15
|
+
|
|
16
|
+
**Strengths:** Maximum intimacy; strong voice; the reader is inside one mind completely
|
|
17
|
+
**Dangers:** Claustrophobia; every character risks sounding like the narrator; information delivery is limited to what the narrator can plausibly know
|
|
18
|
+
|
|
19
|
+
**Masters to study:** Grace Paley — first-person narration that avoids every pitfall
|
|
20
|
+
|
|
21
|
+
### 2. Limited Third Person
|
|
22
|
+
|
|
23
|
+
"Sefrid pushed through the crowd, scanning for Aleth. The heat was unbearable. Someone stepped on her foot — she barely noticed."
|
|
24
|
+
|
|
25
|
+
**Rules:**
|
|
26
|
+
- Same essential limitation as first person — nothing is seen or known except what this character sees and knows
|
|
27
|
+
- Switching from first to limited third is not just changing pronouns — the imaginative energy is different
|
|
28
|
+
- You can shift between limited-third viewpoint characters, but with care and awareness
|
|
29
|
+
|
|
30
|
+
**Strengths:** Intimacy without the constraints of "I"; can shift between characters; allows more flexibility in language
|
|
31
|
+
**Dangers:** Accidental one-sentence POV slips into other characters' thoughts; the reader may not notice, but they feel the wobble
|
|
32
|
+
|
|
33
|
+
### 3. Involved Author (Omniscient)
|
|
34
|
+
|
|
35
|
+
"Sefrid pushed through the crowd. Aleth, had she known, was already watching from the gallery, nursing a drink and a grievance. Neither woman would leave the room unchanged."
|
|
36
|
+
|
|
37
|
+
**Rules:**
|
|
38
|
+
- No single viewpoint character — the author can enter any mind, see anything, judge and interpret
|
|
39
|
+
- The author's voice is itself a presence in the narrative
|
|
40
|
+
- Requires confidence — a timid omniscient voice feels intrusive; a confident one feels authoritative
|
|
41
|
+
|
|
42
|
+
**Strengths:** Maximum flexibility; can provide context no character possesses; can move freely across time and space
|
|
43
|
+
**Dangers:** Can feel distant; requires a strong authorial voice; handled clumsily, reads as head-hopping
|
|
44
|
+
|
|
45
|
+
**Masters to study:** Tolstoy (War and Peace) — the gold standard
|
|
46
|
+
|
|
47
|
+
### 4. Detached Author (Fly on the Wall)
|
|
48
|
+
|
|
49
|
+
"A woman in a grey dress pushed through the crowd. She stopped twice, looked around, then continued toward the gallery. At the bar, another woman set down her glass."
|
|
50
|
+
|
|
51
|
+
**Rules:**
|
|
52
|
+
- Reports only what a neutral observer could infer from behaviour and speech
|
|
53
|
+
- Never enters a character's mind
|
|
54
|
+
- The least overtly but most covertly manipulative POV — everything is controlled by selection
|
|
55
|
+
|
|
56
|
+
**Strengths:** Creates mystery; forces the reader to interpret; powerful understatement
|
|
57
|
+
**Dangers:** Emotional coldness; readers may struggle to connect
|
|
58
|
+
|
|
59
|
+
**Masters to study:** Raymond Carver
|
|
60
|
+
|
|
61
|
+
### 5. Observer-Narrator
|
|
62
|
+
|
|
63
|
+
"I watched Sefrid push through the crowd. She was looking for someone — Aleth, I assumed, though with Sefrid you could never be sure what she was really after."
|
|
64
|
+
|
|
65
|
+
**Rules:**
|
|
66
|
+
- The narrator is a character but not the protagonist
|
|
67
|
+
- Available in both first and third person
|
|
68
|
+
- Natural mystery about the protagonist's inner life — the observer can speculate but not know
|
|
69
|
+
|
|
70
|
+
**Strengths:** Can observe the protagonist from outside while maintaining a personal voice
|
|
71
|
+
**Dangers:** The observer can upstage the protagonist; limited access to the protagonist's thoughts
|
|
72
|
+
|
|
73
|
+
**Masters to study:** Henry James, Willa Cather
|
|
74
|
+
|
|
75
|
+
## Voice
|
|
76
|
+
|
|
77
|
+
Voice is the sound of the narration — the personality, rhythm, diction, and sensibility that makes one narrator distinct from another. In practice, voice and POV are inseparable.
|
|
78
|
+
|
|
79
|
+
### What Creates Voice
|
|
80
|
+
- Word choice and diction level (formal, colloquial, technical, poetic)
|
|
81
|
+
- Sentence structure and rhythm
|
|
82
|
+
- What the narrator notices and ignores
|
|
83
|
+
- What the narrator judges and how
|
|
84
|
+
- The narrator's relationship to the reader (confiding, distant, unreliable, authoritative)
|
|
85
|
+
|
|
86
|
+
### Reliable vs. Unreliable Narrators
|
|
87
|
+
- In nonfiction: the author/narrator is expected to be honest about what they believe happened
|
|
88
|
+
- In fiction: unreliable narrators reveal how people see the world and why — their distortions are the point
|
|
89
|
+
- An unreliable narrator must be unreliable in ways the reader can eventually detect — otherwise there's no story, just confusion
|
|
90
|
+
|
|
91
|
+
**Master to study:** Henry James, "The Turn of the Screw" — the paradigmatic unreliable narrator
|
package/payload/platform/plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
# The Protagonist's Subjective Filter
|
|
2
|
+
|
|
3
|
+
## The Brain Sees What It Believes
|
|
4
|
+
|
|
5
|
+
We see the world not as it is, but as we believe it to be. The brain is a prediction machine — it constantly generates expectations based on past experience and then processes incoming data through those expectations. We don't perceive reality raw; we perceive reality through the filter of everything we've already experienced.
|
|
6
|
+
|
|
7
|
+
For fiction, this means: the protagonist does not see the world neutrally. They see it through the specific lens of their history, their misbelief, their desire, and their fears.
|
|
8
|
+
|
|
9
|
+
## How the Filter Works in Fiction
|
|
10
|
+
|
|
11
|
+
### Everything Is Coloured
|
|
12
|
+
When the protagonist enters a room, what they notice is determined by their filter:
|
|
13
|
+
- A character who was betrayed by a friend notices exits and escape routes
|
|
14
|
+
- A character who craves approval notices facial expressions and body language
|
|
15
|
+
- A character who feels invisible notices who is being watched and who isn't
|
|
16
|
+
- A character who fears abandonment notices who is standing close to whom
|
|
17
|
+
|
|
18
|
+
The same room, described through different filters, is a completely different place.
|
|
19
|
+
|
|
20
|
+
### Interpretation Is Not Neutral
|
|
21
|
+
The protagonist doesn't just notice things — they interpret them. And their interpretation is shaped by their misbelief:
|
|
22
|
+
- A neutral comment is heard as criticism (if the filter expects attack)
|
|
23
|
+
- A kind gesture is suspected as manipulation (if the filter expects betrayal)
|
|
24
|
+
- An innocent mistake is read as deliberate sabotage (if the filter expects hostility)
|
|
25
|
+
|
|
26
|
+
These misinterpretations are not errors in the writing — they are the writing. They show the reader, through specific moments, exactly how the protagonist's worldview distorts their experience.
|
|
27
|
+
|
|
28
|
+
### Memory Is Active, Not Passive
|
|
29
|
+
When the brain retrieves memories, it does so in the service of understanding the present moment. The protagonist doesn't remember randomly — they remember because something in the present activated a past experience.
|
|
30
|
+
|
|
31
|
+
For fiction: flashbacks and backstory must be triggered by present events. The character sees something now that connects to something then, and the memory surfaces because it's useful for interpreting the current situation. Flashbacks that arrive without this triggering mechanism feel arbitrary.
|
|
32
|
+
|
|
33
|
+
## Emotional Point of View
|
|
34
|
+
|
|
35
|
+
### Emotion Determines Meaning
|
|
36
|
+
Without emotional signal, the brain cannot assign meaning, make decisions, or prioritise information. A brain that cannot feel is a brain that cannot think. For readers: if they do not feel what the protagonist feels, they are not processing the story.
|
|
37
|
+
|
|
38
|
+
### The Protagonist Must React to Everything
|
|
39
|
+
Every event must register emotionally in the protagonist. The reaction need not be dramatic — it can be subtle, internal, even suppressed — but it must be present. If a character witnesses something and has no emotional response, the reader's mirror neurons have nothing to latch onto. Meaning collapses.
|
|
40
|
+
|
|
41
|
+
### Two Failures of Emotional POV
|
|
42
|
+
|
|
43
|
+
**1. Describing events without the protagonist's emotional response:**
|
|
44
|
+
"The building collapsed. Debris filled the street. People ran in every direction."
|
|
45
|
+
— This is journalism, not fiction. Where is the protagonist? What do they feel?
|
|
46
|
+
|
|
47
|
+
**2. Editorialising — telling the reader what to feel:**
|
|
48
|
+
"It was a terrible sight. Anyone would have been horrified."
|
|
49
|
+
— This is the author stepping in front of the character. Show the protagonist's specific, embodied response and let the reader's mirror neurons do the rest.
|
|
50
|
+
|
|
51
|
+
### The Correct Approach
|
|
52
|
+
Show the protagonist's physical, cognitive, and behavioural response:
|
|
53
|
+
"The building folded inward with a sound like the world cracking. Sarah's knees buckled. She grabbed the railing and held on while the dust rolled over her, gritty and hot, tasting of concrete and something worse."
|
|
54
|
+
|
|
55
|
+
The reader doesn't need to be told this is terrible. They are experiencing it through Sarah.
|
|
56
|
+
|
|
57
|
+
## Body Language as Subtext
|
|
58
|
+
|
|
59
|
+
The protagonist's physical response communicates what the character might never say directly. Humans instinctively read micro-expressions, posture, and gesture as signals of hidden truth.
|
|
60
|
+
|
|
61
|
+
### In Fiction
|
|
62
|
+
- Body language is not decoration — it is a "tell"
|
|
63
|
+
- The physical reaction often reveals more than dialogue
|
|
64
|
+
- A character who says "I'm fine" while gripping the armrest so hard their knuckles whiten is telling two stories simultaneously
|
|
65
|
+
- The reader instinctively trusts the body over the words
|
|
66
|
+
|
|
67
|
+
### Using Body Language Well
|
|
68
|
+
- Specific and fresh — not clichéd (avoid "her heart raced," "his blood ran cold")
|
|
69
|
+
- Consistent with the character — different people express the same emotion differently
|
|
70
|
+
- Revealing something the character wouldn't say — body language is subtext, not illustration
|
|
71
|
+
- Earning its place — every physical detail must carry meaning, not just atmosphere
|
package/payload/platform/plugins/writer-craft/skills/point-of-view/references/tense-and-person.md
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
# Tense and Person of the Verb
|
|
2
|
+
|
|
3
|
+
## Person of the Verb
|
|
4
|
+
|
|
5
|
+
### First Person (I / We)
|
|
6
|
+
The narrator is a character. Everything is filtered through their perception.
|
|
7
|
+
|
|
8
|
+
Historical evolution: from Cicero's letters and medieval diaries through the epistolary novel (Richardson, Austen) to the modern first-person novel. First person is often assumed to be the simplest mode, but it introduces subtle traps — especially the tendency to make every character sound alike.
|
|
9
|
+
|
|
10
|
+
### Third Person (He / She / They)
|
|
11
|
+
The most common and least troublesome mode. Third person ranges from extremely intimate (limited third — practically first person with different pronouns) to extremely distant (detached narrator — practically a camera).
|
|
12
|
+
|
|
13
|
+
**Limited third** is restricted to the perceptions, knowledge, feelings, and memories of one character. Technically very close to first person. Switching between limited-third viewpoint characters is possible but requires awareness.
|
|
14
|
+
|
|
15
|
+
### Second Person (You)
|
|
16
|
+
Rare in fiction. Creates an imperative, immersive quality. Can feel gimmicky if sustained too long. Works well in short bursts or in genres where it serves a specific purpose.
|
|
17
|
+
|
|
18
|
+
## Tenses of the Verb
|
|
19
|
+
|
|
20
|
+
### Past Tense
|
|
21
|
+
The default narrative tense throughout most of literary history. Gives continuous access to before and after — minds move around easily as they normally do.
|
|
22
|
+
|
|
23
|
+
**Metaphor:** Sunlight — illuminates everything, allows the eye to roam freely across time and space.
|
|
24
|
+
|
|
25
|
+
**Advantages:**
|
|
26
|
+
- Natural access to memory, reflection, foreshadowing
|
|
27
|
+
- Allows the narrator to know more than the character knew at the time
|
|
28
|
+
- The full range of verb forms is available
|
|
29
|
+
- Does not create artificial urgency
|
|
30
|
+
|
|
31
|
+
### Present Tense
|
|
32
|
+
Dominant in contemporary fiction for the past thirty to forty years. Narrower in field of vision — necessarily focused on action in a single time and place.
|
|
33
|
+
|
|
34
|
+
**Metaphor:** A narrow-beam flashlight — intense illumination of one spot, darkness everywhere else.
|
|
35
|
+
|
|
36
|
+
**Advantages:**
|
|
37
|
+
- Immediacy — the reader experiences events as they unfold
|
|
38
|
+
- Creates inherent urgency ("a permanent artificial emergency")
|
|
39
|
+
- Can be exactly right for fast-paced action or a character whose engine runs hot
|
|
40
|
+
- Prevents the narrator from reflecting at length (which can be a feature or a bug)
|
|
41
|
+
|
|
42
|
+
**Dangers:**
|
|
43
|
+
- Many writers use it from fashion rather than conscious choice
|
|
44
|
+
- If you always write in present tense, some verb forms may atrophy
|
|
45
|
+
- Sustained present tense can feel relentless — no breathing room
|
|
46
|
+
- Flashbacks and memory become technically awkward
|
|
47
|
+
|
|
48
|
+
### Two-Timing
|
|
49
|
+
Switching between past and present tense without awareness or signal is one of the most common and disorienting errors in contemporary prose. A passage that drifts from past to present and back within a paragraph without reason is simply broken.
|
|
50
|
+
|
|
51
|
+
**The rule:** Every tense shift must be deliberate and must serve the story. If switching tenses, the shift should be clear enough that the reader understands they've moved in time.
|
|
52
|
+
|
|
53
|
+
### Choosing Tense
|
|
54
|
+
|
|
55
|
+
Questions to ask:
|
|
56
|
+
- Does the story need access to before and after? → Past tense
|
|
57
|
+
- Does the story need the claustrophobic intensity of the present moment? → Present tense
|
|
58
|
+
- Is the narrator looking back on events with the knowledge of what happened? → Past tense
|
|
59
|
+
- Is the narrator experiencing events without foreknowledge? → Either works, but present intensifies the effect
|
|
60
|
+
- Are there multiple timelines that need to be distinguished? → Tense shifts can serve this, but must be deliberate
|
|
61
|
+
|
|
62
|
+
## The Passive Voice
|
|
63
|
+
|
|
64
|
+
### What It Actually Is
|
|
65
|
+
The passive voice reverses the normal subject-verb-object order so that the object of the action becomes the grammatical subject.
|
|
66
|
+
|
|
67
|
+
- **Active:** "The dog bit the man"
|
|
68
|
+
- **Passive:** "The man was bitten by the dog"
|
|
69
|
+
|
|
70
|
+
### The Fake Rule
|
|
71
|
+
"Never use the passive voice" is not a real rule. The passive is a legitimate construction with specific uses.
|
|
72
|
+
|
|
73
|
+
### When the Passive Is Appropriate
|
|
74
|
+
- When the agent is unknown: "The window was broken during the night"
|
|
75
|
+
- When the agent is less important than the action or result: "The cathedral was completed in 1247"
|
|
76
|
+
- When the passive creates the right rhythm: sometimes the sentence simply sounds better
|
|
77
|
+
- When the passive creates emphasis: "The city was destroyed" emphasises the city; "An earthquake destroyed the city" emphasises the earthquake
|
|
78
|
+
|
|
79
|
+
### When to Guard Against It
|
|
80
|
+
Passive voice that seeps in from academic, bureaucratic, or business English to obscure agency and responsibility:
|
|
81
|
+
- "Mistakes were made" — by whom?
|
|
82
|
+
- "It was determined that..." — by whom?
|
|
83
|
+
- "The decision was reached to..." — by whom?
|
|
84
|
+
|
|
85
|
+
This evasive passive is worth eliminating. The useful passive is worth keeping.
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: prose-craft
|
|
3
|
+
description: "Reviews and teaches prose technique: sound and rhythm, sentence variety, punctuation, repetition, adjectives and adverbs, word economy, crowding and leaping. Use this skill whenever the user asks about prose style, sentence rhythm, sentence length, punctuation choices, grammar for writers, repetition in prose, adjective and adverb usage, word economy, crowding, leaping, prose polish, 'how does my writing sound', 'my prose feels flat/clunky/wordy', or any question about the craft of writing at the sentence and paragraph level. Also use when reviewing a passage for prose quality or when a writer wants to improve their style."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Prose Craft
|
|
7
|
+
|
|
8
|
+
The sound of language is where it all begins. A good writer has a mind's ear — they hear their prose as they write it. The common critical terms for weak prose (dull, choppy, droning, jerky, feeble) are all faults of sound. The chief duty of a narrative sentence is to lead to the next sentence, and it does this through pace, movement, and rhythm.
|
|
9
|
+
|
|
10
|
+
This skill covers prose at the sentence and paragraph level: the physical material of writing.
|
|
11
|
+
|
|
12
|
+
## Core Principles
|
|
13
|
+
|
|
14
|
+
### 1. Sound and Rhythm
|
|
15
|
+
Prose has musical properties. Not meter (that turns prose into poetry), but rhythm — the irregular, varying cadence created by sentence length, word choice, stress patterns, and silence. Train the mind's ear. Read prose aloud. If it sounds wrong, it is wrong, regardless of whether you can name the problem.
|
|
16
|
+
|
|
17
|
+
The elements of sound:
|
|
18
|
+
- **Onomatopoeia** — words that sound like what they mean
|
|
19
|
+
- **Alliteration** — repetition of initial sounds
|
|
20
|
+
- **Cadence** — the rise and fall of sentence rhythm
|
|
21
|
+
- **Silence** — what is left out; the white space around the word
|
|
22
|
+
|
|
23
|
+
### 2. Sentence Length and Variety
|
|
24
|
+
There is no optimum sentence length. The optimum is **variety**. Rhythm in prose depends on the contrast between sentences of different lengths. A passage of all short sentences is choppy and monotonous. A passage of all long sentences is exhausting. The interplay is what creates music.
|
|
25
|
+
|
|
26
|
+
Short sentences are highly effective in the right place. Complex sentences need clear construction so they carry the reader rather than losing them. A sentence so grand it stops the story is not working as a narrative sentence.
|
|
27
|
+
|
|
28
|
+
Common problems:
|
|
29
|
+
- **Conjunctivitis** — stringing short sentences together with "and" and "but", creating childish droning
|
|
30
|
+
- **Misplacement** — sentence parts in the wrong order, creating ambiguity
|
|
31
|
+
- **Danglers** — modifying phrases attached to the wrong noun
|
|
32
|
+
|
|
33
|
+
### 3. Punctuation
|
|
34
|
+
Punctuation tells the reader how to hear the writing. It makes grammatical structure clear and shows where the pauses and breaks come. Writers must be competent themselves — grammar-correcting software is dangerously incompetent.
|
|
35
|
+
|
|
36
|
+
Know real rules from fake ones:
|
|
37
|
+
- **Fake rule**: Never begin a sentence with "There is" (it's a legitimate existential construction)
|
|
38
|
+
- **Fake rule**: Never use the passive voice (the passive is one of the lovely versatilities of the verb — guard against it only when it obscures agency)
|
|
39
|
+
- **Real rule**: Know what you are doing with your language and why
|
|
40
|
+
|
|
41
|
+
### 4. Repetition
|
|
42
|
+
Deliberate repetition is one of the great powers of prose. Accidental repetition is clumsy. Learn to distinguish them.
|
|
43
|
+
|
|
44
|
+
Repetition can be:
|
|
45
|
+
- **Incantatory** — building rhythm and emotional weight
|
|
46
|
+
- **Structural** — events echoing events across the novel
|
|
47
|
+
- **Comic** — a recurring phrase gathering weight with each appearance
|
|
48
|
+
- **Hammering** — a word repeated like a blow for emphasis
|
|
49
|
+
|
|
50
|
+
The journalistic rule against using the same word twice on a page drives writers to the thesaurus for far-fetched synonyms that stick out like flamingos in a flock of pigeons. Reject it.
|
|
51
|
+
|
|
52
|
+
### 5. Adjectives and Adverbs
|
|
53
|
+
Rich, good, and nourishing — they cause obesity only when used lazily or overused. The key principle: when the quality can be put directly in the verb or noun, the prose will be stronger.
|
|
54
|
+
|
|
55
|
+
- *They ran quickly* → *They raced*
|
|
56
|
+
- *A growling voice* → *A growl*
|
|
57
|
+
- *She said loudly* → *She shouted*
|
|
58
|
+
|
|
59
|
+
Watch for:
|
|
60
|
+
- **Qualifiers** (rather, a little, just, very, kind of, sort of) — bloodsuckers in prose
|
|
61
|
+
- **Empty intensifiers** — "great", "suddenly", "somehow" — meaningless through overuse
|
|
62
|
+
- **Hedging adverbs** — weakening statements the writer should commit to
|
|
63
|
+
|
|
64
|
+
### 6. Crowding and Leaping
|
|
65
|
+
**Crowding**: loading every rift with ore. Vivid, exact, concrete, accurate, dense, rich. Keep the story full of what's happening, moving, interconnected.
|
|
66
|
+
|
|
67
|
+
**Leaping**: what you leave out. What you leave out is infinitely more than what you leave in. There must be white space around the word, silence around the voice. Listing is not describing. Only the relevant belongs.
|
|
68
|
+
|
|
69
|
+
Crowd in the first draft. Then cut. Decide what counts, what tells, and cut and recombine until what's left is what counts.
|
|
70
|
+
|
|
71
|
+
## Prose Review Checklist
|
|
72
|
+
|
|
73
|
+
When reviewing a passage for prose quality:
|
|
74
|
+
|
|
75
|
+
- [ ] Read it aloud (or with the mind's ear). Does it sound right?
|
|
76
|
+
- [ ] Is there sentence length variety? Or monotonous uniformity?
|
|
77
|
+
- [ ] Are long sentences clearly constructed and easy to follow?
|
|
78
|
+
- [ ] Is punctuation doing its job — clarifying, not cluttering?
|
|
79
|
+
- [ ] Is repetition deliberate and effective, or accidental and clumsy?
|
|
80
|
+
- [ ] Can any adjective be absorbed into a stronger noun? Any adverb into a stronger verb?
|
|
81
|
+
- [ ] Are there qualifier ticks (just, very, kind of, sort of, rather)?
|
|
82
|
+
- [ ] Does every sensory detail serve the story — or is some of it travelogue?
|
|
83
|
+
- [ ] Is the passage crowded enough (vivid, dense, moving)?
|
|
84
|
+
- [ ] Has enough been leaped over (no listing, no unnecessary explanation)?
|
|
85
|
+
- [ ] Does each sentence lead to the next?
|
|
86
|
+
|
|
87
|
+
## When to Read Reference Files
|
|
88
|
+
|
|
89
|
+
- **For sound, rhythm, and sentence variety** — read `references/sound-and-rhythm.md`
|
|
90
|
+
- **For adjectives, adverbs, and word economy** — read `references/word-economy.md`
|
|
91
|
+
- **For punctuation and grammar guidance** — read `references/punctuation-and-grammar.md`
|
|
92
|
+
- **For the craft of deliberate repetition** — read `references/repetition.md`
|
|
93
|
+
|
|
94
|
+
## Exercises to Offer Writers
|
|
95
|
+
|
|
96
|
+
1. **Being Gorgeous** — Write a paragraph of narrative meant to be read aloud: use onomatopoeia, alliteration, repetition, rhythmic effects. Show off. Use the whole orchestra.
|
|
97
|
+
2. **Am I Saramago** — Write 150-350 words of narrative with no punctuation and no paragraphing (a hectic group activity). Discover what punctuation does by forbidding it.
|
|
98
|
+
3. **Short and Long** — Part 1: Write 100-150 words in sentences of seven words or fewer, each with subject and verb. Part 2: Write up to 350 words that is all one sentence.
|
|
99
|
+
4. **Chastity** — Write 200-350 words of descriptive narrative with no adjectives or adverbs. Only verbs, nouns, pronouns, and articles. The most enlightening exercise there is.
|
|
100
|
+
5. **A Terrible Thing to Do** — Take a piece over 400 words and cut it by half. Not trimming — counting words and reducing to half. Discover which words are Styrofoam and which are heavy gold.
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
# Punctuation and Grammar for Writers — Steering the Craft
|
|
2
|
+
|
|
3
|
+
## Why Punctuation Matters
|
|
4
|
+
|
|
5
|
+
Punctuation tells the reader how to hear the writing. It makes grammatical structure clear and shows where the pauses and breaks come. An unpunctuated paragraph makes meaning hard to extract. The same words, punctuated differently, either clarify or destroy meaning.
|
|
6
|
+
|
|
7
|
+
Writers must be competent in punctuation and grammar themselves. Copy editors are an endangered species, and grammar-correcting software is dangerously incompetent at understanding context and intent.
|
|
8
|
+
|
|
9
|
+
## Grammar as the Writer's Toolkit
|
|
10
|
+
|
|
11
|
+
Grammar is the vocabulary of the writer's tools. A writer who doesn't know grammar is like a carpenter who doesn't know a hammer from a screwdriver. You need to know the rules — not to follow them slavishly, but to break them consciously and effectively.
|
|
12
|
+
|
|
13
|
+
### The Distinction: Correctness vs. Craft
|
|
14
|
+
- **Correctness** is a social and political matter — it can be a marker of class and education
|
|
15
|
+
- **Craft** is a matter of clear communication — in written prose, incorrect usage is disastrous because the reader has only the words, and they must be clear
|
|
16
|
+
- Unconventional usage (fragments, run-ons, dialect, deliberate rule-breaking) is a legitimate craft choice — when it's conscious
|
|
17
|
+
- Unconscious errors undermine the reader's trust
|
|
18
|
+
|
|
19
|
+
## Fake Rules to Reject
|
|
20
|
+
|
|
21
|
+
### "Never begin a sentence with 'There is'"
|
|
22
|
+
There is no such thing as "the passive tense." "There is" is an existential construction that good writers use all the time. The claim that it's passive voice reveals ignorance of what passive voice actually is.
|
|
23
|
+
|
|
24
|
+
### "Never use the passive voice"
|
|
25
|
+
The passive is one of the lovely versatilities of the verb. It is perfectly appropriate in many situations:
|
|
26
|
+
- When the agent is unknown: "The window was broken"
|
|
27
|
+
- When the agent is less important than the action: "The building was completed in 1847"
|
|
28
|
+
- When the passive creates the right rhythm or emphasis
|
|
29
|
+
|
|
30
|
+
What writers should guard against: passive voice that seeps in from academic or business English to obscure agency and responsibility. "Mistakes were made" when someone specific made them.
|
|
31
|
+
|
|
32
|
+
### "He is the generic pronoun"
|
|
33
|
+
This is a social convention, not a grammatical law. Using "their" with singular antecedents is a conscious, defensible choice that many careful writers make deliberately.
|
|
34
|
+
|
|
35
|
+
## Real Rules to Know
|
|
36
|
+
|
|
37
|
+
### Sentence Coherence
|
|
38
|
+
A sentence must hang together — it must be coherent. The parts must relate to each other clearly. When they don't, meaning becomes ambiguous or absurd.
|
|
39
|
+
|
|
40
|
+
### Modifier Placement
|
|
41
|
+
Place modifiers next to what they modify. Misplaced modifiers create unintended comedy:
|
|
42
|
+
- "Walking down the street, the trees were beautiful" (the trees are walking)
|
|
43
|
+
- "After rotting in the cellar for three weeks, my sister brought up some oranges" (the sister was rotting)
|
|
44
|
+
|
|
45
|
+
### Dangling Participles
|
|
46
|
+
A participial phrase at the beginning of a sentence must modify the subject of the sentence. If it doesn't, it dangles.
|
|
47
|
+
|
|
48
|
+
### Comma Splices and Run-Ons
|
|
49
|
+
- A **comma splice** joins two independent clauses with only a comma (often considered an error, but deliberately used by many skilled writers for rhythm)
|
|
50
|
+
- A **run-on** jams two independent clauses together with no punctuation at all
|
|
51
|
+
- The fix (when one is needed): period, semicolon, or conjunction
|
|
52
|
+
|
|
53
|
+
### The Semicolon
|
|
54
|
+
Joins two independent clauses that are closely related in meaning. Creates a pause longer than a comma but shorter than a period. A useful tool that many writers fear unnecessarily.
|
|
55
|
+
|
|
56
|
+
## Key Punctuation for Prose Writers
|
|
57
|
+
|
|
58
|
+
| Mark | Function in Prose |
|
|
59
|
+
|------|------------------|
|
|
60
|
+
| **Period** | Full stop. End of thought. Creates silence. |
|
|
61
|
+
| **Comma** | Brief pause. Separates clauses, items, and modifying phrases. The most versatile and most misused mark. |
|
|
62
|
+
| **Semicolon** | Connects related independent clauses. Creates a bridge between thoughts too close for a period, too independent for a comma. |
|
|
63
|
+
| **Colon** | Announces what follows: a list, an explanation, or an amplification of what came before. |
|
|
64
|
+
| **Dash (em dash)** | Interruption, parenthetical emphasis, or dramatic pause. More forceful than a comma, less formal than a colon. |
|
|
65
|
+
| **Ellipsis** | Trailing off, omission, or the passage of time. Overused in amateur prose — use sparingly. |
|
|
66
|
+
| **Parentheses** | Aside, digression, or supplementary information. Can create intimacy or distance depending on context. |
|
|
67
|
+
|
|
68
|
+
## The Moral Dimension
|
|
69
|
+
|
|
70
|
+
Socrates: "The misuse of language induces evil in the soul." This does not mean grammar errors are morally wrong. It means that language used carelessly — to obscure rather than clarify, to manipulate rather than communicate, to evade responsibility — is a failure of craft and, at its worst, a failure of character.
|
|
71
|
+
|
|
72
|
+
The writer's obligation: know what you are doing with your language and why.
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
# The Craft of Repetition — Steering the Craft
|
|
2
|
+
|
|
3
|
+
## Deliberate vs. Accidental Repetition
|
|
4
|
+
|
|
5
|
+
There is such a thing as clumsy repetition — the accidental echo that occurs when you aren't rereading as you write. That kind is easy to fix in revision. But to make a rule against repetition is to go right against the nature of narrative prose.
|
|
6
|
+
|
|
7
|
+
### The Anti-Repetition Myth
|
|
8
|
+
The journalistic and pedagogical rule against using the same word twice on a page drives writers to the thesaurus in search of far-fetched synonyms — flaming words that stick out of their prose like flamingos in a flock of pigeons.
|
|
9
|
+
|
|
10
|
+
If the right word is "said," use "said" — do not cycle through "exclaimed," "uttered," "pronounced," "declared," and "vouchsafed" to avoid repeating it.
|
|
11
|
+
|
|
12
|
+
## The Power of Deliberate Repetition
|
|
13
|
+
|
|
14
|
+
From the grandmother telling a folktale to the most sophisticated novelist, all narrators use repetition. The skilful use of it is a great part of the power of prose.
|
|
15
|
+
|
|
16
|
+
### Types of Repetition
|
|
17
|
+
|
|
18
|
+
**Verbal Repetition** — repeating a word or phrase for emphasis, rhythm, or accumulation:
|
|
19
|
+
- A word repeated like a hammer blow, gaining force with each use
|
|
20
|
+
- A phrase that becomes a refrain, changing meaning through context each time it appears
|
|
21
|
+
- A key word echoed across paragraphs, creating subconscious connections
|
|
22
|
+
|
|
23
|
+
**Structural Repetition** — events, situations, or patterns that echo each other:
|
|
24
|
+
- Near-repetition of events in different contexts
|
|
25
|
+
- A scene that mirrors an earlier scene but with changed stakes or meaning
|
|
26
|
+
- Patterns across the novel analogous to recapitulation and development in music
|
|
27
|
+
|
|
28
|
+
**Comic Repetition** — a recurring element that gathers comedic weight:
|
|
29
|
+
- Micawber's "Something is certain to turn up" in David Copperfield, gaining meaning with each recurrence
|
|
30
|
+
|
|
31
|
+
**Incantatory Repetition** — repetition used for ritual, rhythmic, or hypnotic effect:
|
|
32
|
+
- Sacred and oral narrative is completely fearless about repetition
|
|
33
|
+
- Repetition can give words majesty and power, as in an incantation
|
|
34
|
+
- The repeated phrase shapes the story and marks its rhythm
|
|
35
|
+
|
|
36
|
+
## How Repetition Works in Novels
|
|
37
|
+
|
|
38
|
+
### Opening Chapters Set the Pattern
|
|
39
|
+
The first chapters of great novels often introduce images, words, and themes that will recur throughout the book. Jane Eyre's opening chapters introduce images of imprisonment, fire, coldness, and justice that echo across hundreds of pages.
|
|
40
|
+
|
|
41
|
+
### Repetition Creates Structure
|
|
42
|
+
At the level of the whole novel, structural repetition creates the architecture the reader feels but may not consciously identify:
|
|
43
|
+
- A conversation that recurs in different contexts, revealing how the characters have changed
|
|
44
|
+
- An image (a colour, an object, a place) that appears at key turning points
|
|
45
|
+
- A physical action repeated — the same gesture meaning something different each time
|
|
46
|
+
|
|
47
|
+
### Repetition Reveals Change
|
|
48
|
+
One of the most powerful uses: repeat an element and change one thing. The contrast between what's the same and what's different reveals exactly what has changed in the character or situation.
|
|
49
|
+
|
|
50
|
+
## When Repetition Fails
|
|
51
|
+
|
|
52
|
+
### Accidental Echoes
|
|
53
|
+
An unconscious verbal echo within a paragraph or across adjacent paragraphs is distracting. It draws attention to the words themselves rather than what the words are saying. Catch these in revision by reading aloud.
|
|
54
|
+
|
|
55
|
+
### Dead Repetition
|
|
56
|
+
Repetition without accumulation — saying the same thing in different words without adding meaning. This is not the same as deliberate repetition for emphasis. Test: does each repetition add something? If the reader's response is "you already said that" rather than "yes, again, harder," the repetition is dead.
|
|
57
|
+
|
|
58
|
+
### Thesaurus Syndrome
|
|
59
|
+
The opposite failure: avoiding natural repetition by substituting awkward synonyms. If a character is walking, they are walking — they are not "ambulating," "perambulating," "proceeding on foot," and "locomoting." The word "said" can appear fifty times in a chapter and remain invisible; "ejaculated" cannot appear once without derailing the reader.
|
|
60
|
+
|
|
61
|
+
## Practical Guidance
|
|
62
|
+
|
|
63
|
+
### In First Drafts
|
|
64
|
+
Don't worry about repetition. Write the word that comes naturally. Deliberate repetition will emerge instinctively if you're listening to the rhythm of your prose.
|
|
65
|
+
|
|
66
|
+
### In Revision
|
|
67
|
+
1. Read aloud and listen for accidental echoes — fix these
|
|
68
|
+
2. Look for places where deliberate repetition could strengthen the prose — add these
|
|
69
|
+
3. Check the thesaurus impulse — if you've replaced a natural word with a synonym to avoid repetition, put the original back
|
|
70
|
+
4. Map structural repetitions across the whole text — are there patterns that could be strengthened?
|
|
71
|
+
5. Check that every deliberate repetition accumulates meaning — each occurrence should add something the previous one didn't
|
package/payload/platform/plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
# Sound, Rhythm, and Sentence Variety — Steering the Craft
|
|
2
|
+
|
|
3
|
+
## Sound Is Primary
|
|
4
|
+
|
|
5
|
+
The basic elements of language are physical — noise, sound, silence, rhythm. These matter in prose just as much as in poetry, though prose's sound effects are usually subtle and irregular. A good writer has a mind's ear. The common critical terms for weak prose — dull, choppy, droning, jerky, feeble — are all faults of sound.
|
|
6
|
+
|
|
7
|
+
The chief duty of a narrative sentence is to lead to the next sentence. It does this through pace, movement, and rhythm.
|
|
8
|
+
|
|
9
|
+
### Training the Mind's Ear
|
|
10
|
+
- Read prose aloud, or read it silently with full auditory attention
|
|
11
|
+
- Listen to what your own prose sounds like as you write it
|
|
12
|
+
- When something sounds wrong, it is wrong — even if you can't name the problem
|
|
13
|
+
- Language can express delight in itself, as music does — "poetry isn't the only kind of writing that can sound gorgeous"
|
|
14
|
+
|
|
15
|
+
### Elements of Sound
|
|
16
|
+
- **Onomatopoeia** — words that sound like what they mean (sizzle, hiss, slurp, crack)
|
|
17
|
+
- **Alliteration** — repetition of initial sounds (not just identical letters — identical sounds)
|
|
18
|
+
- **Cadence** — the rise and fall of sentence rhythm, created by the pattern of stressed and unstressed syllables
|
|
19
|
+
- **Silence** — what is left out; pauses created by punctuation, paragraph breaks, white space
|
|
20
|
+
|
|
21
|
+
## Sentence Length and Variety
|
|
22
|
+
|
|
23
|
+
### The Core Principle
|
|
24
|
+
There is no optimum sentence length. The optimum is **variety**. Rhythm in prose depends fundamentally on the contrast and interplay between sentences of different lengths.
|
|
25
|
+
|
|
26
|
+
### Short Sentences
|
|
27
|
+
- Highly effective in the right place — for emphasis, impact, sudden revelation
|
|
28
|
+
- Prose consisting entirely of short, syntactically simple sentences is monotonous, choppy, and irritating
|
|
29
|
+
- The myth that short sentences are "more like speech" is wrong — people often use more complex sentences when speaking than when writing
|
|
30
|
+
|
|
31
|
+
### Long Sentences
|
|
32
|
+
- Need careful construction — clear connections, solid architecture — so they flow and carry the reader rather than losing them
|
|
33
|
+
- A sentence so grand it stops the story is not working as a narrative sentence
|
|
34
|
+
- The proper beauty and power of prose is in the work as a whole, not in individual show-off sentences
|
|
35
|
+
- Long sentences can: build tension, accumulate emotional weight, enact a physical experience (a jolting journey, a flowing river, a gathering storm)
|
|
36
|
+
|
|
37
|
+
### Common Sentence Problems
|
|
38
|
+
|
|
39
|
+
**Conjunctivitis**: Stringing short sentences together with conjunctions ("and then... and then... and so... but then"), creating a childish, droning effect.
|
|
40
|
+
|
|
41
|
+
**Misplacement**: Parts of the sentence in the wrong order, creating ambiguity or absurdity. ("Walking down the street, the trees were beautiful" — the trees are walking.)
|
|
42
|
+
|
|
43
|
+
**Danglers**: Modifying phrases attached to the wrong noun. ("After rotting in the cellar for three weeks, my sister brought up some oranges.")
|
|
44
|
+
|
|
45
|
+
## Rhythm and Emotional Register
|
|
46
|
+
|
|
47
|
+
Rhythm should match and embody the emotional content:
|
|
48
|
+
- Fast, staccato rhythm for action, urgency, shock
|
|
49
|
+
- Slower, rolling rhythm for reflection, grief, beauty
|
|
50
|
+
- Varied rhythm for conversation, ordinary life, complexity
|
|
51
|
+
- A sudden short sentence after long ones creates emphasis through contrast
|
|
52
|
+
- A long sentence after short ones creates a feeling of expansion or accumulation
|
|
53
|
+
|
|
54
|
+
### Rhythmic Variety in Practice
|
|
55
|
+
Map the sentence lengths in a passage. If they're all similar, the passage will sound monotonous regardless of content. The interplay of short and long, simple and complex, is what creates the music of prose.
|
|
56
|
+
|
|
57
|
+
## Literary Examples of Sound
|
|
58
|
+
|
|
59
|
+
- **Kipling** (Just So Stories): Exuberant vocabulary, musical rhythms, dramatic phrasing
|
|
60
|
+
- **Twain** ("Jumping Frog"): Beauty through irresistible dialectical cadences
|
|
61
|
+
- **Hurston** (Their Eyes Were Watching God): Rhythm with hypnotic, fatal, forward drive — simple vocabulary whose power is all in the beat
|
|
62
|
+
- **Gloss** (The Hearts of Horses): Quiet, subtle — power from the perfect placement and timing of words
|
|
63
|
+
- **Woolf** (To the Lighthouse): Variety of sentence length, complex syntax including parentheses, flowing and breaking until a one-word sentence stops everything: "Awake."
|
|
64
|
+
- **Twain** (Huckleberry Finn): One long sentence made of short subsentences strung by semicolons, catching the rhythm of someone talking quietly — one of the great sunrises in literature
|