day

Run a supervised SWE↔Tester loop for one task with human diff review.

181|29|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/iusztinpaul/squid --skill day
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: day
Source: https://github.com/iusztinpaul/squid/tree/main/skills/day
Command: npx skills add https://github.com/iusztinpaul/squid --skill day

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run a single task through the inner SWE↔Tester loop with the human supervising in real time. SWE implements, Tester verifies (including the e2e adversarial pass), you review the diff and commit. No PM grooming, no PM acceptance, no PR Reviewer, no On-Call. Trigger when the user wants to ship one task under active supervision, or says "/day".

Core Features & Use Cases

  • The inner SWE↔Tester loop runs with a live human overseeing, enabling rapid validation of a single task.
  • No PM grooming, acceptance, PR review, or On-Call gates needed; human-in-the-loop oversight ensures safety.
  • Trigger via the /day command to ship one task under active supervision in real time.

Quick Start

Invoke /day with a task reference or description to start a supervised inner loop.

Frequently Asked Questions about day

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

FAQPage Schema
How do I run a supervised inner loop to ship a single task with real-time human oversight?

A supervised inner loop orchestrates a single SWE and Tester cycle with real-time human oversight, allowing you to rapidly validate one task. You trigger the /day command with a task reference to start the supervised inner loop for immediate delivery.

What is the human-in-the-loop workflow for debugging a single feature without automated commits?

The human-in-the-loop workflow for debugging a feature enforces the inner SWE and Tester loop while strictly prohibiting automatic commits. The Tester verifies the implementation, you review the diff, and you manually commit the validated task.

Can I skip PM grooming and PR review gates when delivering a small task under active supervision?

Yes, you can skip PM grooming, PM acceptance, PR review, and On-Call gates when delivering a small task. The /day command enforces real-time human-in-the-loop oversight instead of relying on these automated gating steps.

How do I trigger a workflow orchestration to rapidly validate one task using the SWE and Tester loop?

You trigger the workflow orchestration by invoking the /day command with a specific task description. This starts the inner SWE and Tester loop, where the SWE implements the task and the Tester runs an e2e adversarial pass for rapid validation.

When should I not use day-mode for task delivery?

You should not use day-mode for task delivery if your workflow requires PM grooming, PM acceptance, PR review, or On-Call gates. Day-mode is designed exclusively for shipping a single task under active real-time human supervision without these automated processes.