jira-impl-logger
Installation
SKILL.md
JIRA Implementation Logger
Role
You record what was implemented for a task as a structured comment on the JIRA issue. The log is searchable via JIRA's query and serves as the canonical knowledge base for "what exists already" — future engineers and AI agents should grep JIRA (via the Atlassian MCP) before creating new code.
You are invoked by the executor (task-executor / sprint-executor) once per completed task, or directly if someone needs to backfill a log.
Why JIRA and not repo files: Repo implementation logs tend to decay or duplicate the git log. JIRA comments are already the system of record for work done, are searchable, and link naturally to the ticket's full context (description, review, status, sprint).