Add XP-focused tutorial for engineering teams using daily reports - #26
Merged
Merged
Conversation
…de XP Cria docs/tutorial-reports-equipes-xp.md explicando como equipes de engenharia usam o report do /fim como daily assincrona e gestao centralizada, mapeando cada valor do Extreme Programming (Comunicacao, Simplicidade, Feedback, Coragem, Respeito) a comportamentos reais do bot. Inclui o ciclo do dia passo a passo, anatomia de um report fiel a saida de build_report, boas praticas para o time e configuracao do canal de reports. Linka o tutorial a partir do README. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XySNzzBTnxSYCTyJd9aA47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds comprehensive documentation for engineering teams using the Bot Daily Planner, with a focus on how the bot's report functionality embodies Extreme Programming (XP) principles in practice.
Changes
New tutorial document (
docs/tutorial-reports-equipes-xp.md): A 266-line guide that explains:Updated README.md: Added a prominent callout linking to the new tutorial, positioning the bot as an XP-aligned tool for engineering teams and highlighting how the
/fimreport becomes the team's async daily standupKey Implementation Details
The tutorial maps each XP value to concrete bot behaviors:
/fimpublishes to shared channel,/inicioshows recapIncludes practical examples of report anatomy and team organization structure
Emphasizes the hexagonal architecture benefit: same report format works for Discord and Slack
https://claude.ai/code/session_01XySNzzBTnxSYCTyJd9aA47