One-click install
npx skills add https://github.com/productengineered/parsely --skill story-context-productengineered
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: story-context
Source: https://github.com/productengineered/parsely/tree/main/.claude/skills/workflow/story-context
Command: npx skills add https://github.com/productengineered/parsely --skill story-context-productengineered

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-task storytelling suffers from losing prior context as tasks claim, implement, and move on, causing naming drift and inconsistent decisions. A lightweight context file pattern keeps a shared record accessible by all tasks.

Core Features & Use Cases

  • Read-before-start and append-after-completion to maintain continuity.
  • Defines file location planning/notes/[epic-name]/story-[story-id]-context.md.
  • Enforces a short, factual structure with sections for Types Created, Naming Patterns, and Architecture Decisions.

Quick Start

Create planning/notes/[epic-name]/story-[story-id]-context.md and begin appending task updates after each task.

Frequently Asked Questions about story-context

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain context consistency across multi-task workflows?

To maintain context consistency across multi-task workflows, agents read a shared story-context file before starting a task and append factual updates after completion. This shared record prevents naming drift and inconsistent architectural decisions across tasks sharing an epic.

What is the best way to prevent naming drift in cross-task storytelling?

The best way to prevent naming drift in cross-task storytelling is enforcing a shared context file with explicit sections for Types Created, Naming Patterns, and Architecture Decisions. Agents append to this record after each task to maintain continuity.

How do I structure a shared context file for multiple tasks sharing an epic?

Structure the shared context file as a short, factual markdown document with explicit sections for Types Created, Naming Patterns, and Architecture Decisions. The file must be located at planning/notes/[epic-name]/story-[story-id]-context.md and kept under 80 lines.

Why does cross-task context get lost when automating multiple tasks?

Cross-task context gets lost because tasks claim, implement, and move on without retaining prior decisions. A lightweight context file pattern solves this by providing a shared record that agents read before starting and append to after completion, ensuring continuity.

Does multi-task workflow automation work without a shared context file?

Multi-task workflow automation can operate without a shared context file, but it risks inconsistent decisions and naming drift. Adopting a read-before-start and append-after-completion file pattern ensures consistent patterns and architectural decisions across tasks sharing an epic.

When do I need a context file for multi-task storytelling workflows?

You need a context file for multi-task storytelling workflows when multiple tasks share an epic and require consistent naming, patterns, and architectural decisions. It provides a shared record that agents read before starting and append to after completion to prevent context loss.