log

Solid

the shape of a daily agent log: threads carrying their own notes and prompts (saves log to .construct/)

AI & Automation 1 stars 0 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
10
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

**today's work, shaped for tomorrow's session:** the next agent reads it instead of asking you - threads group work by topic, carrying their own notes and prompts - `inject-log` carries the four most recent threads forward across days - the stop hook demands it, so a turn cannot close on an unwritten day # .construct/retardify/log/YYYY-MM-DD.md one file per day, holding both the work and the prompts that drove it: - gitignored in this repo; host projects decide for themselves whether to track it - `logs` are written in MAXIMALLY clear, concise, casual language, skipping trivial details - `threads` group work by task or topic, limited to 50 lines of prose, prompts excluded - a thread also holds to 5000 bytes whole, prompts included, since sessionstart injects it entire - that cap is why nothing truncates a log: the writer spends the budget, the reader never guesses - sessionstart carries the 4 most recent threads forward, taken across days rather than per file - `sections` lead with the main idea, followed by supporting ideas - `lines` hold a single clause, fact or action, capped at 100 characters - `notes` are appended after taskcomplete or every 30 minutes, limited to 5 bullets - `prompts` are appended to the thread they drove, rewritten short, always timestamped - a prompt that starts a new thread belongs to the thread it created, not the one before - no trigger wraps it: a thread, a note or a synthesis is asked for in plain words - minimize comma chains, em dashes, **bol...

Details

Author
MaisonDeVolonte
Repository
MaisonDeVolonte/construct
Created
4 weeks ago
Last Updated
2 days ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

log-session

Append a structured entry to the project's session log (`docs/LOGS.md`): what was done this session, files touched, decisions taken, and the next step — so the next session (or another person) can pick up the thread without re-reading git history. Run it before `/clear`, before closing Claude Code, or at any natural stopping point. On Claude Code and want hand-tuned per-skill model/effort tiers? Install the `#claude` branch instead (`npx skills add gtrabanco/agentic-workflow#claude`) — see the README. This branch is model-agnostic: the skill inherits whatever model and effort your agent session is already using. Triggers: "log this session", "log-session", "write a session log", "journal what we did", "record this session before I clear", "save the session summary".

19 Updated today
gtrabanco
AI & Automation Listed

agent-log

Use this skill to maintain an agent log in .agents/log, a decision journal shared by the developer and agents. Trigger when the user explicitly asks to use agent-log or record/update an agent log entry; when planning, implementing, or finalizing a significant feature in a repo with an existing .agents/log; or before non-trivial changes or questions in areas covered by existing entries. Never initialize .agents/log unless the user explicitly asks for an agent log.

17 Updated 3 weeks ago
denysdovhan
AI & Automation Listed

agent-impl-notes-log

Maintain a running `meetings/{date}_{topic}.impl-notes.md` *during* subagent task execution to capture in-flight design decisions, intentional deviations from spec, considered alternatives, and open questions for Leader/User. Distinct from the post-hoc phase meeting log; this file is updated incrementally as decisions are made. Invoke at the start of any non-trivial subagent dispatch, when ambiguity is encountered mid-task, or when about to deviate from spec.

0 Updated 2 weeks ago
wei18