From itteam
Use this skill when Shay states a decision has been made AS A COMPLETED ACT and asks to log, record, or capture it in the project's decisions log. Trigger phrases include "log this decision", "record this decision", "we decided X", "we agreed on Y — log it", "capture this in the decisions log", or the /log slash command. Do NOT use for tentative, hedged, future-tense, or in-progress decisions ("probably", "thinking about", "leaning toward", "I think we're going with", "we'll probably", "tomorrow we'll decide"). The decision must be stated as already made, in past or present-perfect tense, not as a forecast or preference.
How this skill is triggered — by the user, by Claude, or both
Slash command
/itteam:log-decisionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Activate when Shay states a decision has been made AS A COMPLETED ACT and needs to be recorded.
Activate when Shay states a decision has been made AS A COMPLETED ACT and needs to be recorded.
Trigger phrases (decision already made):
/log (renamed from /log-decision)DO NOT activate for tentative, hedged, future-tense, or in-progress phrasing. Examples that look like decisions but aren't:
If the user appears to be thinking out loud or pre-deciding, do not activate. Instead, the chat layer can offer to capture the item as an open question (Q-NNN in the relevant document) but log-decision must not fire.
Also do not activate for:
Logging a decision is a single append operation to a known file with a known format. Planning every entry would be theatrical friction. This skill:
If fields are ambiguous, asks before writing. Otherwise proceeds.
decisions-log.md — to read the last D-NNN and increment correctlyD:\Claude-Cowork\00_Context\working-preferences.md — to confirm format conventionsMandatory:
Recommended (ask if not obvious from context):
Auto-populated:
D-NNN —
Date: YYYY-MM-DD
Status: active | superseded by D-YYY | reversed on YYYY-MM-DD
Decided by: <name(s) / role(s)>
Decision:
Rationale:
Alternatives considered:
Implications / follow-ups: <or "TBD">
References: <or "—">
Insert directly below the "How to use" section header, ABOVE any existing entries. Reverse chronological order is enforced — newest at top, always.
If the file's existing entries are not in reverse chronological order, do NOT silently reorder them. Report the inconsistency and ask whether to fix it as a separate operation.
If Shay says "supersede D-NNN" or "reverse D-NNN":
superseded by D-YYY on YYYY-MM-DD — keep entry, mark relationshipreversed on YYYY-MM-DD by D-YYY — keep entry, mark relationshipApply the AVOID-list to the entry text. If a forbidden word appears in Shay's verbatim quote, preserve it (it's a quote) but flag. If it appears in your generated phrasing (rationale, alternatives), rewrite before saving.
new-project-setup. Ask whether to create the file with proper structure first, or whether the wrong project is being targeted.npx claudepluginhub shaybar1/itteam-cowork-plugins --plugin itteamGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.