work-habits

Guides autonomous task execution with verification and progress tracking workflows.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/simpleapps-com/augur-skills --skill work-habits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work-habits
Source: https://github.com/simpleapps-com/augur-skills/tree/main/plugins/simpleapps/skills/work-habits
Command: npx skills add https://github.com/simpleapps-com/augur-skills --skill work-habits

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a framework for working autonomously on complex, multi-step tasks, ensuring efficiency, accuracy, and responsible decision-making.

Core Features & Use Cases

  • Focused Execution: Adheres strictly to the requested task without scope creep.
  • Tool Selection: Prioritizes dedicated tools over generic command-line utilities for better performance and reliability.
  • Context Management: Optimizes interaction with the AI's context window by favoring targeted information retrieval and using subagents for verbose operations.
  • Verification: Mandates self-verification of work before marking tasks as complete.
  • Progress Tracking: Utilizes TodoRead/TodoWrite for managing multi-step tasks.
  • Decision Framework: Provides clear guidelines on when to ask for clarification versus when to make independent decisions.
  • Error Recovery: Outlines a strategy for recovering from failed approaches by changing methods rather than layering fixes.

Quick Start

Follow these guidelines when working on any autonomous task.

Frequently Asked Questions about work-habits

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

FAQPage Schema
How do I manage context window limits when working on extended autonomous tasks?

Manage context window limits by favoring targeted information retrieval and delegating verbose operations to subagents. This optimizes interaction by preventing context overflow and maintaining focused execution during multi-step processes.

What is the best way to track progress on complex multi-step workflows?

Track progress on multi-step workflows by utilizing TodoRead and TodoWrite tools. This practice ensures disciplined execution, maintains visibility across independent problem-solving stages, and enforces structured task management.

When should I ask for clarification versus making independent decisions during task execution?

Decide between asking for clarification or making independent decisions by applying a structured decision-making framework. This framework provides clear guidelines on when to seek input versus when to proceed autonomously to maintain workflow efficiency.

How do I recover from errors during long-duration work sessions?

Recover from errors during long-duration work sessions by changing methods entirely rather than layering fixes. This strategy enforces disciplined recovery from failed approaches and ensures responsible problem-solving for extended tasks.

Why should I prioritize dedicated tools over generic command-line utilities for autonomous work?

Prioritize dedicated tools over generic command-line utilities to achieve better performance and reliability. This tool selection strategy optimizes focused execution and prevents scope creep during independent problem-solving.