feat: add submitted skills review desk

This commit is contained in:
Marcos Silva
2026-09-04 00:34:53 -03:00
parent a7034db94b
commit 82fff29571
57 changed files with 3380 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
---
name: am-i-free
description: Calculate elapsed work time from the Long Day Factory shift record. Use when the user asks whether they can leave or how much time remains.
---
# am-i-free
## Workflow
1. Run `python3 scripts/am_i_free.py`.
2. Interpret its documented exit code. Ask before any option that writes an assumed lunch break.
3. Give the result, remaining time or release time, and a concise friendly message.
## Rules
- Treat malformed or missing state as a recovery question, not a calculation.
- Read `references/state.md` for schema and timezone behavior.
- Do not expose unrelated content from the local state file.
## Output
Report calculation status, remaining time or freedom, and any assumption made.