mission-lock

Maintain mission objectives, decisions, and progress across multi-message conversations.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/Durwood-Studios/Dura --skill mission-lock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mission-lock
Source: https://github.com/Durwood-Studios/Dura/tree/main/.claude/dura-claude-skills/mission-lock
Command: npx skills add https://github.com/Durwood-Studios/Dura --skill mission-lock

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps maintain a consistent mission state across a conversation, ensuring that goals, decisions, and progress are not lost or repeated.

Core Features & Use Cases

  • Persistent State Tracking: Stores and references goals, decisions, and progress throughout a conversation.
  • Decision Reinforcement: Ensures that decisions made earlier in the conversation are not forgotten or contradicted later.
  • Multi-Step Workflow Support: Tracks multi-step plans and strategies, ensuring they are followed through to completion.
  • Use Case: Ideal for collaborative projects where multiple decisions and steps need to be tracked over an extended conversation.

Quick Start

Activate the mission-lock skill by saying "lock this in" or "mission lock" during a conversation.

Frequently Asked Questions about mission-lock

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

FAQPage Schema
How do I maintain conversation state and track decisions across multiple messages?

To maintain conversation state across multiple messages, you need an authoritative memory store that tracks mission objectives, decisions, and progress. This prevents goals from being lost or repeated over extended collaborative discussions.

What is the best way to prevent earlier decisions from being contradicted later in a long conversation?

Preventing contradictions requires decision reinforcement, which checks subsequent messages against an existing state object. This mechanism ensures earlier decisions are not forgotten or overridden by later inputs.

How do I track multi-step plans and strategies to completion in a workflow?

Tracking multi-step plans to completion involves maintaining a state object that holds mission objectives and progress. As the conversation evolves, the system performs alignment checks and updates progress to ensure strategies are followed through.

How do I start tracking mission objectives during an active chat session?

To start tracking mission objectives during an active chat, trigger the state manager by saying "lock this in" or "mission lock". This activates the system to begin recording your goals, decisions, and progress.

Does this conversation tracking approach work for collaborative projects with multiple decisions?

Yes, conversation tracking is ideal for collaborative projects where multiple decisions and steps must be tracked over an extended period. It provides persistent state management to handle complex multi-step workflows effectively.