story-kit: remove 29_story_directory_based_workflow_coordination

This commit is contained in:
Dave
2026-02-23 14:09:27 +00:00
parent bc2b9f860b
commit 2eddff6642

View File

@@ -1,19 +0,0 @@
---
name: Directory-Based Workflow Coordination and Locks
test_plan: pending
---
# Story 29: Directory-Based Workflow Coordination and Locks
## User Story
As a user, I want directory-based story workflow coordination with lock tracking, so multiple agents can pick up work with minimal context while keeping coordination in `master`.
## Acceptance Criteria
- Add a `stories/check/` directory for review/verification handoff.
- Define a lock file format in `master` (e.g., `.story_kit/locks.json`) that tracks story assignment, agent identity, worktree path, and last update time.
- Document the story lifecycle across `upcoming/`, `current/`, `check/`, and `archived/` directories.
- Document that code changes happen in worktrees, while coordination files and story movement live in `master`.
## Out of Scope
- Implementing the lock mechanism or agents in code.
- Enforcing locks at runtime.
- Multi-agent orchestration beyond documenting the workflow.