alicicekalicicekCommunityยท6 Agent Skills Included

tale-mode

Disciplined planning, verification, and review for coding work

Enforces rigorous engineering habits on complex coding tasks: staged planning, decisions backed by sources, and verification against real code instead of memory. Stops rushed one-shot answers, stale assumptions, and self-approved work by running independent adversarial reviews before anything ships. Adds an autonomous loop that keeps working until real checks pass, while right-sizing effort so trivial fixes stay fast.
npx skills add alicicek/tale-mode --all -g -y

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Tale Mode?โ–ผ

Run `npx skills add alicicek/tale-mode --all -g -y` in your terminal to install all skills in this suite globally.

What problem does Tale Mode solve?โ–ผ

It stops coding models from cutting corners on hard tasks, like trusting memory over real code, skipping tests, or reviewing their own work. It enforces planning, source-backed decisions, and independent review before declaring done.

How does the autonomous loop work?โ–ผ

The agent writes a goal file with a success condition and a check command, and a Stop hook refuses to end the turn until that check passes. It keeps grinding a task to green without you re-prompting each step.

Does Tale Mode work with Claude Code and Codex?โ–ผ

Yes. It ships as a plugin for Claude Code with slash commands, and the same workflows exist as skills for OpenAI Codex where slash commands are unavailable.

Will Tale Mode slow down small tasks?โ–ผ

No. A built-in throttle right-sizes the process: trivial fixes like typos are done immediately, while only high-stakes work touching auth, money, or data gets the full review ceremony.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’